GPIOerrorCode enum

Mapped native GPIO error codes with the same index, but different leading sign.

Inheritance

Constructors

GPIOerrorCode()
const

Values

errorCodeNotMappable → const GPIOerrorCode

Error code for not able to map the native C enum

gpioErrorArg → const GPIOerrorCode

Invalid arguments

gpioErrorOpen → const GPIOerrorCode

Opening GPIO

gpioErrorNotFound → const GPIOerrorCode

Line name not found

gpioErrorQuery → const GPIOerrorCode

Querying GPIO attributes

gpioErrorConfigure → const GPIOerrorCode

Configuring GPIO attributes

gpioErrorUnsupported → const GPIOerrorCode

Unsupported attribute or operation

gpioErrorInvalidOperation → const GPIOerrorCode

Invalid operation

gpioErrorIO → const GPIOerrorCode

Reading/writing GPIO

gpioErrorClose → const GPIOerrorCode

Closing GPIO

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<GPIOerrorCode>
A constant List of the values in this enum, in order of their declaration.