Partager via


EFI_USBFN_DEVICE_INFO_ID

Cette énumération est utilisée pour identifier une chaîne spécifique dans une demande adressée au pilote.

Syntaxe

typedef enum _EFI_USBFN_DEVICE_INFO_ID   
{
    EfiUsbDeviceInfoUnknown = 0,
    EfiUsbDeviceInfoSerialNumber,
    EfiUsbDeviceInfoManufacturerName,
    EfiUsbDeviceInfoProductName
} EFI_USBFN_DEVICE_INFO_ID;

Constantes

EfiUsbDeviceInfoUnknown
ID non valide.

EfiUsbDeviceInfoSerialNumber
Demande du numéro de série du périphérique USB.

EfiUsbDeviceInfoManufacturerName
Demande de la chaîne du fabricant.

EfiUsbDeviceInfoProductName
Demande de nom de produit de l’appareil.

Spécifications

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