UsbInterfaceDescriptor.SubclassCode 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 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.