Condividi tramite


EFI_USBFN_TRANSFER_STATUS

L'enumerazione EFI_USBFN_TRANSFER_STATUS indica lo stato di trasferimento USB.

Sintassi

typedef enum _EFI_USBFN_TRANSFER_STATUS 
{
    UsbTransferStatusUnknown = 0,
    UsbTransferStatusComplete,
    UsbTransferStatusAborted,
    UsbTransferStatusActive,
    UsbTransferStatusNone
} EFI_USBFN_TRANSFER_STATUS;

Costanti

UsbTransferStatusUnknown
Lo stato di trasferimento è sconosciuto.

UsbTransferStatusComplete
Trasferimento completato.

UsbTransferStatusAborted
Il trasferimento è stato interrotto.

UsbTransferStatusActive
Il trasferimento è attivo.

UsbTransferStatusNone
Il trasferimento non ha stato.

Requisiti

Intestazione: Utente generato