nRF5 SDK v13.0.0
Data Fields
app_usbd_descriptor_string_t Struct Reference

Raw descriptor - Any normal string. More...

#include <app_usbd_descriptor.h>

Data Fields

uint8_t bLength
 Size of the descriptor in bytes.
 
uint8_t bDescriptorType
 Should equal to APP_USBD_DESCRIPTOR_STRING.
 
uint16_t bString []
 UNICODE encoded string.
 

Detailed Description

Raw descriptor - Any normal string.

String descriptor sent only as a response for GetDescriptor.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated