FlutterGpiod class

Global interface to the linux kernel GPIO interface.

Starting-point for querying GPIO chips or lines, and finding the line you want to control.

Properties

chips List<GpioChip>
The list of GPIO chips attached to this system.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsBias bool
Whether setting and getting GPIO line bias is supported.
final
supportsLineReconfiguration bool
Whether GPIO line reconfiguration is supported.
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

Static Properties

instance FlutterGpiod
Gets the global instance of FlutterGpiod.
no setter