Silicon Labs Host Libraries
Product String option Types

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...
 

Detailed Description

Product String option Types

Macro Definition Documentation

◆ HID_UART_GET_MANUFACTURER_STR

#define HID_UART_GET_MANUFACTURER_STR   0x05

Manufacturer string.

◆ HID_UART_GET_PATH_STR

#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(). ".

◆ HID_UART_GET_PID_STR

#define HID_UART_GET_PID_STR   0x02

Product ID string.

◆ HID_UART_GET_PRODUCT_STR

#define HID_UART_GET_PRODUCT_STR   0x06

Product string.

◆ HID_UART_GET_SERIAL_STR

#define HID_UART_GET_SERIAL_STR   0x04

Serial Number string.

◆ HID_UART_GET_VID_STR

#define HID_UART_GET_VID_STR   0x01

Vendor ID string.