GroveLoraMode enum

Defines different operating modes for the transport hardware

These are the different values that can be adopted by the _mode variable and returned by the mode() member function,

Inheritance

Constructors

GroveLoraMode()
const

Values

modeInitialising → const GroveLoraMode

Transport is initialising. Initial default value.

modeSleep → const GroveLoraMode

Transport hardware is in low power sleep mode (if supported)

modeIdle → const GroveLoraMode

Transport is idle.

modeTx → const GroveLoraMode

Transport is in the process of transmitting a message.

modeRx → const GroveLoraMode

Transport is in the process of receiving a message.

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