![]() |
![]() |
This structure defines the generic USB class object which is used by the protocol layer ot interact with the required class driver. The class needs to register with the protocol layer before this object can be used. More...
#include <usb_dev_object.h>
Data Fields | |
| void * | privateData |
| usbClassAction_t | classAction |
This structure defines the generic USB class object which is used by the protocol layer ot interact with the required class driver. The class needs to register with the protocol layer before this object can be used.
| usbClassAction_t usbClassObj::classAction |
The class actions that can be called by the protocol layer to interact with the usb class
| void* usbClassObj::privateData |
Private data to hold the class object