UsbInterface.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 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.