Macros | |
| #define | HID_UART_GET_VID_STR 0x01 |
| Vendor ID string. More... | |
| #define | HID_UART_GET_PID_STR 0x02 |
| Product ID string. More... | |
| #define | HID_UART_GET_PATH_STR 0x03 |
| Full Path string a la "Device Path" "A NULL-terminated string that contains the device interface path. This path can be passed to Win32 functions such as CreateFile(). ". More... | |
| #define | HID_UART_GET_SERIAL_STR 0x04 |
| Serial Number string. More... | |
| #define | HID_UART_GET_MANUFACTURER_STR 0x05 |
| Manufacturer string. More... | |
| #define | HID_UART_GET_PRODUCT_STR 0x06 |
| Product string. More... | |
Product String option Types
| #define HID_UART_GET_MANUFACTURER_STR 0x05 |
Manufacturer string.
| #define HID_UART_GET_PATH_STR 0x03 |
Full Path string a la "Device Path" "A NULL-terminated string that contains the device interface path. This path can be passed to Win32 functions such as CreateFile(). ".
| #define HID_UART_GET_PID_STR 0x02 |
Product ID string.
| #define HID_UART_GET_PRODUCT_STR 0x06 |
Product string.
| #define HID_UART_GET_SERIAL_STR 0x04 |
Serial Number string.
| #define HID_UART_GET_VID_STR 0x01 |
Vendor ID string.