Share via


UsbInterfaceDescriptor.InterfaceNumber Property

Definition

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.

Applies to