libusb_iso_sync_type class abstract

\ingroup libusb_desc Synchronization type for isochronous endpoints. Values for bits 2:3 of the \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in libusb_endpoint_descriptor.

Constructors

libusb_iso_sync_type()

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_ISO_SYNC_TYPE_ADAPTIVE → const int
Adaptive
LIBUSB_ISO_SYNC_TYPE_ASYNC → const int
Asynchronous
LIBUSB_ISO_SYNC_TYPE_NONE → const int
No synchronization
LIBUSB_ISO_SYNC_TYPE_SYNC → const int
Synchronous