USB_CLASS_DEVICE_PATH

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

DeviceClass
UINT8 DeviceClass;

The class code assigned by the USB-IF. A value of 0xFF will match any class code.

DeviceProtocol
UINT8 DeviceProtocol;

The protocol code assigned by the USB-IF. A value of 0xFF will match any protocol code.

DeviceSubClass
UINT8 DeviceSubClass;

The subclass code assigned by the USB-IF. A value of 0xFF will match any subclass code.

Header
EFI_DEVICE_PATH_PROTOCOL Header;
Undocumented in source.
ProductId
UINT16 ProductId;

Product ID assigned by USB-IF. A value of 0xFFFF will match any Product ID.

VendorId
UINT16 VendorId;

Vendor ID assigned by USB-IF. A value of 0xFFFF will match any Vendor ID.

Meta