DeviceFilter class

Constructors

DeviceFilter({int? vendorId, int? productId, int? interfaceClass, int? interfaceSubclass, int? interfaceProtocol})
DeviceFilter.fromJS(DeviceFilter _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
interfaceClass int?
USB interface class, matches any interface on the device.
getter/setter pair
interfaceProtocol int?
USB interface protocol, checked only if the interface sub-class matches.
getter/setter pair
interfaceSubclass int?
USB interface sub-class, checked only if the interface class matches.
getter/setter pair
productId int?
Device product ID, checked only if the vendor ID matches.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → DeviceFilter
no setter
vendorId int?
Device vendor ID.
getter/setter pair

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