ReactOS 0.4.15-dev-7934-g1dc8d80
USB_CLASS_DEVICE_PATH Struct Reference

#include <DevicePath.h>

Collaboration diagram for USB_CLASS_DEVICE_PATH:

Public Attributes

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT16 VendorId
 
UINT16 ProductId
 
UINT8 DeviceClass
 
UINT8 DeviceSubClass
 
UINT8 DeviceProtocol
 

Detailed Description

Definition at line 405 of file DevicePath.h.

Member Data Documentation

◆ DeviceClass

UINT8 USB_CLASS_DEVICE_PATH::DeviceClass

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

Definition at line 421 of file DevicePath.h.

◆ DeviceProtocol

UINT8 USB_CLASS_DEVICE_PATH::DeviceProtocol

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

Definition at line 431 of file DevicePath.h.

◆ DeviceSubClass

UINT8 USB_CLASS_DEVICE_PATH::DeviceSubClass

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

Definition at line 426 of file DevicePath.h.

◆ Header

EFI_DEVICE_PATH_PROTOCOL USB_CLASS_DEVICE_PATH::Header

Definition at line 406 of file DevicePath.h.

◆ ProductId

UINT16 USB_CLASS_DEVICE_PATH::ProductId

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

Definition at line 416 of file DevicePath.h.

◆ VendorId

UINT16 USB_CLASS_DEVICE_PATH::VendorId

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

Definition at line 411 of file DevicePath.h.


The documentation for this struct was generated from the following file: