USBDeviceInfo class

Constructors

USBDeviceInfo(int usbVersionMajor, int usbVersionMinor, int usbVersionSubMinor, int deviceClass, int deviceSubClass, int deviceProtocol, int vendorId, int productId, int deviceVersionMajor, int deviceVersionMinor, int deviceVersionSubMinor, String manufacturerName, String productName, String serialNumber, bool opened)

Properties

deviceClass int
final
deviceProtocol int
final
deviceSubClass int
final
deviceVersionMajor int
final
deviceVersionMinor int
final
deviceVersionSubMinor int
final
hashCode int
The hash code for this object.
no setterinherited
manufacturerName String
final
opened bool
final
productId int
final
productName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String
final
usbVersionMajor int
final
usbVersionMinor int
final
usbVersionSubMinor int
final
vendorId int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromDeviceJS(dynamic pairedDevice) USBDeviceInfo