gpio_v2_line_values class

struct gpio_v2_line_values - Values of GPIO lines @bits: a bitmap containing the value of the lines, set to 1 for active and 0 for inactive. @mask: a bitmap identifying the lines to get or set, with each bit number corresponding to the index into &struct gpio_v2_line_request.offsets.

Inheritance

Constructors

gpio_v2_line_values()

Properties

bits int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mask int
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