USBDeviceFilter class

Available extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

USBDeviceFilter({int? vendorId, int? productId, int? classCode, int? subclassCode, int? protocolCode, String? serialNumber})
factory

Properties

classCode int

Available on USBDeviceFilter, provided by the PropsUSBDeviceFilter extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
productId int

Available on USBDeviceFilter, provided by the PropsUSBDeviceFilter extension

getter/setter pair
protocolCode int

Available on USBDeviceFilter, provided by the PropsUSBDeviceFilter extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String

Available on USBDeviceFilter, provided by the PropsUSBDeviceFilter extension

getter/setter pair
subclassCode int

Available on USBDeviceFilter, provided by the PropsUSBDeviceFilter extension

getter/setter pair
vendorId int

Available on USBDeviceFilter, provided by the PropsUSBDeviceFilter extension

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