UsbDeviceClass.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 or sets the class code of the device.
public:
property byte ClassCode { byte get(); void set(byte value); };
byte ClassCode();
void ClassCode(byte value);
public byte ClassCode { get; set; }
var byte = usbDeviceClass.classCode;
usbDeviceClass.classCode = byte;
Public Property ClassCode As Byte
Property Value
Byte
byte
The device class code.