Class USBDeviceFilter
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class USBDeviceFilter
- Inheritance
-
USBDeviceFilter
- Inherited Members
-
Constructors
USBDeviceFilter()
Fields
ClassCode
[Value("classCode")]
public byte ClassCode
Field Value
- byte
ProductId
[Value("productId")]
public ushort ProductId
Field Value
- ushort
ProtocolCode
[Value("protocolCode")]
public byte ProtocolCode
Field Value
- byte
SerialNumber
[Value("serialNumber")]
public string SerialNumber
Field Value
- string
SubclassCode
[Value("subclassCode")]
public byte SubclassCode
Field Value
- byte
VendorId
[Value("vendorId")]
public ushort VendorId
Field Value
- ushort