LineRequestType class

@brief Available types of requests.

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Constants

GPIOD_LINE_REQUEST_DIRECTION_AS_IS → const LineRequestType
< Request the line(s), but don't change current direction.
GPIOD_LINE_REQUEST_DIRECTION_INPUT → const LineRequestType
< Request the line(s) for reading the GPIO line state.
GPIOD_LINE_REQUEST_DIRECTION_OUTPUT → const LineRequestType
< Request the line(s) for setting the GPIO line state.
GPIOD_LINE_REQUEST_EVENT_BOTH_EDGES → const LineRequestType
< Only watch falling edge events.
GPIOD_LINE_REQUEST_EVENT_FALLING_EDGE → const LineRequestType
< Monitor both types of events.
GPIOD_LINE_REQUEST_EVENT_RISING_EDGE → const LineRequestType
< Only watch rising edge events.