UsbInterface.InterfaceNumber Property

Definition

Gets the interface number that identifies the USB interface. This value is the bInterfaceNumber field of a standard USB interface descriptor.

public:
 property byte InterfaceNumber { byte get(); };
byte InterfaceNumber();
public byte InterfaceNumber { get; }
var byte = usbInterface.interfaceNumber;
Public ReadOnly Property InterfaceNumber As Byte

Property Value

Byte

byte

The interface number that identifies the USB interface.

Applies to