USBDBG_CMD (Compact 2013)
10/16/2014
This enumeration contains abort and stall commands sent by the model device driver (MDD) to the platform-dependent device driver (PDD).
Syntax
typedef enum USBDBG_CMD
{
USBDBG_CMD_TRANSFER_ABORT,
USBDBG_CMD_STALL
} USBDBG_CMD;
Elements
- USBDBG_CMD_TRANSFER_ABORT
The MDD sends this command to abort a transfer on an endpoint.
- USBDBG_CMD_STALL
The MDD sends this command to stall an endpoint.
Remarks
The MDD calls UsbDbgPdd_SendCmd to send the USBDBG_CMD_TRANSFER_ABORT and USBDBG_CMD_STALL commands.
Requirements
Header |
UsbDbgDdsi.h |