libusb_hotplug_event class abstract

\ingroup libusb_hotplug

Since version 1.0.16, \ref LIBUSB_API_VERSION >= 0x01000102

Hotplug events

Constructors

libusb_hotplug_event()

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_EVENT_DEVICE_ARRIVED → const int
A device has been plugged in and is ready to use
LIBUSB_HOTPLUG_EVENT_DEVICE_LEFT → const int
A device has left and is no longer available. It is the user's responsibility to call libusb_close on any handle associated with a disconnected device. It is safe to call libusb_get_device_descriptor on a device that has left