libusb_supported_speed class abstract
\ingroup libusb_dev Supported speeds (wSpeedSupported) bitfield. Indicates what speeds the device supports.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- LIBUSB_FULL_SPEED_OPERATION → const int
- Full speed operation supported (12MBit/s).
- LIBUSB_HIGH_SPEED_OPERATION → const int
- High speed operation supported (480MBit/s).
- LIBUSB_LOW_SPEED_OPERATION → const int
- Low speed operation supported (1.5MBit/s).
- LIBUSB_SUPER_SPEED_OPERATION → const int
- Superspeed operation supported (5000MBit/s).