libusb_hotplug_flag class abstract
\ingroup libusb_hotplug
Since version 1.0.16, \ref LIBUSB_API_VERSION >= 0x01000102
Flags for hotplug events
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_HOTPLUG_ENUMERATE → const int
- Arm the callback and fire it for all matching currently attached devices.
- LIBUSB_HOTPLUG_NO_FLAGS → const int
- Default value when not using any flags.