StandbyDuration enum

BME280 inactive duration in standby mode

Inheritance

Constructors

StandbyDuration()
const

Values

standby500us → const StandbyDuration
standby62p5ms → const StandbyDuration
standby125ms → const StandbyDuration
standby250ms → const StandbyDuration
standby500ms → const StandbyDuration
standby1s → const StandbyDuration
standby10ms → const StandbyDuration
standby20ms → const StandbyDuration

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