C API for BALTECH SDK
protocol_ids.h
Go to the documentation of this file.
1 
10 #if ! defined(__PROTOCOL_IDS_H__)
11 #define __PROTOCOL_IDS_H__
12 
13 
17 #define BRP_PROTID_BRP 1
18 
19 
23 #define BRP_PROTID_TCPIP 2
24 
25 
26 /*
27  * identificator for PKI protocols (see pki_protocol.h)
28  */
29 #define BRP_PROTID_PKI 3
30 
31 
35 #define BRP_PROTID_COMPOSITE 4
36 
37 
42 #define BRP_PROTID_DUMMY 5
43 
44 
48 #define BRP_PROTID_USB_HID 6
49 
50 
54 #define BRP_PROTID_RS232 7
55 
56 
60 #define BRP_PROTID_SECURE_CHANNEL 8
61 
62 
68 #define BRP_PROTID_MONITOR 9
69 
70 
74 #define BRP_PROTID_CUSTOM(ndx) (0x80+(ndx))
75 
76 
77 
78 
79 #define BRP_LAYERID_ANONYMOUS 0
80 #define BRP_LAYERID_IO 1
81 #define BRP_LAYERID_BRP 3
83 #define BRP_LAYERID_MONITOR 5
84 #define BRP_LAYERID_CRYPTO 4
85 #define BRP_LAYERID_PLAIN_MONITOR 6
86 
87 
88 
89 
90 #endif
91  // end of defgroup brp_lib