UsbInterfaceDescriptor.SubclassCode Property

Definition

Gets the bInterfaceSubClass field of the USB interface descriptor. The value is a USB-assigned identifier that specifies a USB-defined subclass to which the interface.

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

Property Value

Byte

byte

A USB-assigned identifier that specifies a USB-defined subclass to which the interface.

Applies to