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