Partager via


EFI_USB_SUPERSPEED_DEVICE_INFO

La structure EFI_USB_SUPERSPEED_DEVICE_INFO définit le périphérique de fonction USB SuperSpeed.

Syntaxe

typedef struct
{
    EFI_USB_DEVICE_DESCRIPTOR           *DeviceDescriptor;
    EFI_USB_SUPERSPEED_CONFIG_INFO      **ConfigInfoTable;
    EFI_USB_BOS_DESCRIPTOR              *BosDescriptor
} EFI_USB_SUPERSPEED_DEVICE_INFO;

Membres

DeviceDescriptor Une structure EFI_USB_DEVICE_DESCRIPTOR qui contient des informations de configuration pour le périphérique USB.

ConfigInfoTable Une structure EFI_USB_SUPERSPEED_CONFIG_INFO qui contient des informations sur les configurations USB SuperSpeed prises en charge.

BosDescriptor Une structure EFI_USB_BOS_DESCRIPTOR qui contient des informations sur le magasin d’objets binaires pour le pilote de fonction USB.

Notes

La structure EFI_USB_CONFIG_DESCRIPTOR est définie dans la spécification UEFI version 2.3 et ultérieure. Pour plus d’informations, visitez le site web UEFI.org .

Spécifications

En-tête: Utilisateur généré