gpioline_info class

struct gpioline_info - Information about a certain GPIO line @line_offset: the local offset on this GPIO device, fill this in when requesting the line information from the kernel @flags: various flags for this line @name: the name of this GPIO line, such as the output pin of the line on the chip, a rail or a pin header name on a board, as specified by the gpio chip, may be empty (i.e. name0 == '\0') @consumer: a functional name for the consumer of this GPIO line as set by whatever is using it, will be empty if there is no current user but may also be empty if the consumer doesn't set this up

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

Inheritance

Constructors

gpioline_info()

Properties

consumer Array<Char>
getter/setter pair
flags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
line_offset int
getter/setter pair
name Array<Char>
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