LineRequestFlag class

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_FLAG_ACTIVE_LOW → const LineRequestFlag
< The active state of the line is low (high is the default).
GPIOD_LINE_REQUEST_FLAG_BIAS_DISABLE → const LineRequestFlag
< The line has neither either pull-up nor pull-down resistor.
GPIOD_LINE_REQUEST_FLAG_BIAS_PULL_DOWN → const LineRequestFlag
< The line has pull-down resistor enabled.
GPIOD_LINE_REQUEST_FLAG_BIAS_PULL_UP → const LineRequestFlag
< The line has pull-up resistor enabled.
GPIOD_LINE_REQUEST_FLAG_OPEN_DRAIN → const LineRequestFlag
< The line is an open-drain port.
GPIOD_LINE_REQUEST_FLAG_OPEN_SOURCE → const LineRequestFlag
< The line is an open-source port.