-\r
- #define PROTOCOL_UNIDIRECTIONAL 0x01\r
- #define PROTOCOL_BIDIRECTIONAL 0x02\r
- #define PROTOCOL_IEEE1284 0x03\r
- \r
- #define GET_DEVICE_ID 0\r
-\r
- /* Type Defines: */\r
- typedef struct\r
- {\r
- uint16_t Length;\r
- uint8_t String[128];\r
- } Device_ID_String_t;\r
-\r