BALTECH SDK wrapper functions reference
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_COMPOSITE 4
24 
25 
30 #define BRP_PROTID_DUMMY 5
31 
32 
36 #define BRP_PROTID_USB_HID 6
37 
38 
42 #define BRP_PROTID_RS232 7
43 
44 
48 #define BRP_PROTID_SECURE_CHANNEL 8
49 
50 
56 #define BRP_PROTID_MONITOR 9
57 
58 
62 #define BRP_PROTID_CUSTOM(ndx) (0x80+(ndx))
63 
64 
65 
66 
67 #define BRP_LAYERID_ANONYMOUS 0
68 #define BRP_LAYERID_IO 1
69 #define BRP_LAYERID_BRP 3
71 #define BRP_LAYERID_MONITOR 5
72 #define BRP_LAYERID_CRYPTO 4
73 #define BRP_LAYERID_PLAIN_MONITOR 6
74 
75 
76 
77 
78 #endif
79  // end of defgroup brp_lib