libusb_endpoint_direction enum
\ingroup libusb_desc Endpoint direction. Values for bit 7 of the \ref libusb_endpoint_descriptor::bEndpointAddress "endpoint address" scheme.
Values
- LIBUSB_ENDPOINT_OUT → const libusb_endpoint_direction
-
Out: host-to-device
const libusb_endpoint_direction(0)
- LIBUSB_ENDPOINT_IN → const libusb_endpoint_direction
-
In: device-to-host
const libusb_endpoint_direction(128)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
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
Static Methods
-
fromValue(
int value) → libusb_endpoint_direction
Constants
-
values
→ const List<
libusb_endpoint_direction> - A constant List of the values in this enum, in order of their declaration.