USB Libraries Help > USB Device Libraries > USB Device Layer Library > Library Interface > g) Data Types and Constants > USB_DEVICE_STRING_DESCRIPTORS_TABLE Type
MPLAB Harmony USB Stack
USB_DEVICE_STRING_DESCRIPTORS_TABLE Type

String Descriptors Pointer 

This type defines a pointer to an array that contains pointers to string descriptors. This data type is used in USB_DEVICE_MASTER_DESCRIPTOR data type to point to the table of string descriptors.

C
typedef const uint8_t * const USB_DEVICE_STRING_DESCRIPTORS_TABLE;
Remarks

This type is specific to implementation of the USB Device Stack API.