I2CerrorCode enum

I2C error codes

Inheritance

Constructors

I2CerrorCode()
const

Values

errorCodeNotMappable → const I2CerrorCode

Error code for not able to map the native C enum

i2cErrorArg → const I2CerrorCode

Invalid arguments

i2cErrorOpen → const I2CerrorCode

Opening I2C device

i2cErrorQuery → const I2CerrorCode

Querying I2C device attributes

i2cErrorNotSupported → const I2CerrorCode

I2C not supported on this device

i2cErrorTransfer → const I2CerrorCode

I2C transfer

i2cErrorClose → const I2CerrorCode

Closing I2C device

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<I2CerrorCode>
A constant List of the values in this enum, in order of their declaration.