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

USB Device Set Configuration Event Data type. 

This data type defines the type of data that is returned by the Device Layer along with the USB_DEVICE_EVENT_CONFIGURED event.

C
typedef struct {
  uint8_t configurationValue;
} USB_DEVICE_EVENT_DATA_CONFIGURED;
Members
Members 
Description 
uint8_t configurationValue; 
The configuration that was set 
Remarks

None.