libusb_speed class abstract
\ingroup libusb_dev Speed codes. Indicates the speed at which the device is operating.
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_SPEED_FULL → const int
- The device is operating at full speed (12MBit/s).
- LIBUSB_SPEED_HIGH → const int
- The device is operating at high speed (480MBit/s).
- LIBUSB_SPEED_LOW → const int
- The device is operating at low speed (1.5MBit/s).
- LIBUSB_SPEED_SUPER → const int
- The device is operating at super speed (5000MBit/s).
- LIBUSB_SPEED_SUPER_PLUS → const int
- The device is operating at super speed plus (10000MBit/s).
- LIBUSB_SPEED_UNKNOWN → const int
- The OS doesn't report or know the device speed.