UsbInterfaceDescriptor.InterfaceNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the bInterfaceNumber field of the USB interface descriptor. The value is the index that identifies the interface.
public:
property byte InterfaceNumber { byte get(); };
byte InterfaceNumber();
public byte InterfaceNumber { get; }
var byte = usbInterfaceDescriptor.interfaceNumber;
Public ReadOnly Property InterfaceNumber As Byte
Property Value
Byte
byte
The index that identifies the interface.