gpiohandle_data class

struct gpiohandle_data - Information of values on a GPIO handle @values: when getting the state of lines this contains the current state of a line, when setting the state of lines these should contain the desired target state

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

Inheritance

Constructors

gpiohandle_data()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Array<Uint8>
getter/setter pair

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