USBInterfaceClassValue Property |
Interface class code as defined in the interface descriptor
This property can be used if the class type is not defined
int the USBBaseClass enumeration
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic byte ClassValue { get; }
Public ReadOnly Property ClassValue As Byte
Get
public:
property unsigned char ClassValue {
unsigned char get ();
}
Property Value
Type:
Byte
See Also