EFI_USB_SUPERSPEED_DEVICE_INFO
La struttura EFI_USB_SUPERSPEED_DEVICE_INFO definisce il dispositivo funzione USB SuperSpeed.
Sintassi
typedef struct
{
EFI_USB_DEVICE_DESCRIPTOR *DeviceDescriptor;
EFI_USB_SUPERSPEED_CONFIG_INFO **ConfigInfoTable;
EFI_USB_BOS_DESCRIPTOR *BosDescriptor
} EFI_USB_SUPERSPEED_DEVICE_INFO;
Members
DeviceDescriptor Struttura EFI_USB_DEVICE_DESCRIPTOR che contiene informazioni di configurazione per il dispositivo USB.
ConfigInfoTable Struttura EFI_USB_SUPERSPEED_CONFIG_INFO che contiene informazioni sulle configurazioni USB SuperSpeed supportate.
BosDescriptor Struttura EFI_USB_BOS_DESCRIPTOR che contiene informazioni sull'archivio oggetti binari al driver di funzione USB.
Commenti
La struttura EFI_USB_CONFIG_DESCRIPTOR è definita nella specifica UEFI versione 2.3 e successiva. Per altre informazioni, visitare il sito Web UEFI.org .
Requisiti
Intestazione: Utente generato