gpiohandle_config class

struct gpiohandle_config - Configuration for a GPIO handle request @flags: updated flags for the requested GPIO lines, such as %GPIOHANDLE_REQUEST_OUTPUT, %GPIOHANDLE_REQUEST_ACTIVE_LOW etc, added together @default_values: if the %GPIOHANDLE_REQUEST_OUTPUT is set in flags, this specifies the default output value, should be 0 (low) or 1 (high), anything else than 0 or 1 will be interpreted as 1 (high) @padding: reserved for future use and should be zero filled

Note: This struct is part of ABI v1 and is deprecated. Use &struct gpio_v2_line_config instead.

Inheritance

Constructors

gpiohandle_config()

Properties

default_values Array<Uint8>
getter/setter pair
flags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
padding Array<Uint32>
getter/setter pair
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