iPXE
Data Fields
USB_WWID_DEVICE_PATH Struct Reference

This device path describes a USB device using its serial number. More...

#include <DevicePath.h>

Data Fields

EFI_DEVICE_PATH_PROTOCOL Header
 
UINT16 InterfaceNumber
 USB interface number. More...
 
UINT16 VendorId
 USB vendor id of the device. More...
 
UINT16 ProductId
 USB product id of the device. More...
 

Detailed Description

This device path describes a USB device using its serial number.

Definition at line 474 of file DevicePath.h.

Field Documentation

◆ Header

EFI_DEVICE_PATH_PROTOCOL USB_WWID_DEVICE_PATH::Header

Definition at line 475 of file DevicePath.h.

◆ InterfaceNumber

UINT16 USB_WWID_DEVICE_PATH::InterfaceNumber

USB interface number.

Definition at line 479 of file DevicePath.h.

◆ VendorId

UINT16 USB_WWID_DEVICE_PATH::VendorId

USB vendor id of the device.

Definition at line 483 of file DevicePath.h.

◆ ProductId

UINT16 USB_WWID_DEVICE_PATH::ProductId

USB product id of the device.

Definition at line 487 of file DevicePath.h.


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