UsbDeviceClass.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 or sets the subclass code of the device.
public:
property IReference<byte> ^ SubclassCode { IReference<byte> ^ get(); void set(IReference<byte> ^ value); };
IReference<byte> SubclassCode();
void SubclassCode(IReference<byte> value);
public System.Nullable<byte> SubclassCode { get; set; }
var iReference = usbDeviceClass.subclassCode;
usbDeviceClass.subclassCode = iReference;
Public Property SubclassCode As Nullable(Of Byte)
Property Value
The subclass code of the device.