UsbInterfaceDescriptor.ClassCode Property

Definition

Gets the bInterfaceClass field of the USB interface descriptor. The value indicates the USB-defined class to which the interface conforms.

public:
 property byte ClassCode { byte get(); };
byte ClassCode();
public byte ClassCode { get; }
var byte = usbInterfaceDescriptor.classCode;
Public ReadOnly Property ClassCode As Byte

Property Value

Byte

byte

The USB-defined class to which the interface conforms.

Applies to