EFI_USBFN_ENDPOINT_DIRECTION
L’énumération EFI_USBFN_ENDPOINT_DIRECTION permet d’identifier la direction d’un transfert USB.
Syntaxe
typedef enum _EFI_USBFN_ENDPOINT_DIRECTION
{
EfiUsbEndpointDirectionHostOut = 0,
EfiUsbEndpointDirectionHostIn,
EfiUsbEndpointDirectionDeviceTx = EfiUsbEndpointDirectionHostIn,
EfiUsbEndpointDirectionDeviceRx = EfiUsbEndpointDirectionHostOut
} EFI_USBFN_ENDPOINT_DIRECTION;
Constantes
EfiUsbEndpointDirectionHostOut
Indique le transfert USB OUT. Direction de l’hôte à l’appareil
EfiUsbEndpointDirectionHostIn
Indique le transfert USB IN. La direction est de l’appareil à l’hôte.
EfiUsbEndpointDirectionDeviceTx
Indique le transfert USB IN. La direction est de l’appareil à l’hôte.
EfiUsbEndpointDirectionDeviceRx
Indique le transfert USB OUT. Direction de l’hôte à l’appareil
Spécifications
En-tête: Utilisateur généré