Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines the USB data transfer direction types.
Syntax
typedef enum _USBFN_DIRECTION {
UsbfnDirectionMinimum,
UsbfnDirectionIn,
UsbfnDirectionOut,
UsbfnDirectionTx,
UsbfnDirectionRx,
UsbfnDirectionMaximum
} USBFN_DIRECTION, *PUSBFN_DIRECTION;
Constants
UsbfnDirectionMinimumThe minimum value in this enumeration. |
UsbfnDirectionInThe transfer is to the host from an endpoint. |
UsbfnDirectionOutThe transfer is from the host to the endpoint. |
UsbfnDirectionTxThe bus transfer to the host from the device. |
UsbfnDirectionRxThe bus transfer is from the host to the device. |
UsbfnDirectionMaximumThe maximum value in this enumeration. |
Requirements
| Requirement | Value |
|---|---|
| Header | usbfnbase.h |