HubCommandType enum

Inheritance
Available extensions

Values

swaggerGeneratedUnknown → const HubCommandType
const HubCommandType(null)
queue → const HubCommandType
const HubCommandType('Queue')
bytes → const HubCommandType
const HubCommandType('Bytes')
error → const HubCommandType
const HubCommandType('Error')
version → const HubCommandType
const HubCommandType('Version')
blemtu → const HubCommandType
const HubCommandType('BleMtu')
bulktxsetup → const HubCommandType
const HubCommandType('BulkTxSetup')
firmwareupdatesetup → const HubCommandType
const HubCommandType('FirmwareUpdateSetup')
firmwareupdatetestswap → const HubCommandType
const HubCommandType('FirmwareUpdateTestSwap')
firmwareupdatecommit → const HubCommandType
const HubCommandType('FirmwareUpdateCommit')
wificonnect → const HubCommandType
const HubCommandType('WifiConnect')
fwreboot → const HubCommandType
const HubCommandType('FwReboot')
hubsetname → const HubCommandType
const HubCommandType('HubSetName')
batteryinfo → const HubCommandType
const HubCommandType('BatteryInfo')
webmtu → const HubCommandType
const HubCommandType('WebMtu')
wifistartscan → const HubCommandType
const HubCommandType('WifiStartScan')
wificheckscanstatus → const HubCommandType
const HubCommandType('WifiCheckScanStatus')
wifigetscanresults → const HubCommandType
const HubCommandType('WifiGetScanResults')
addats → const HubCommandType
const HubCommandType('AddAts')
setmode → const HubCommandType
const HubCommandType('SetMode')
parameterget → const HubCommandType
const HubCommandType('ParameterGet')
parameterset → const HubCommandType
const HubCommandType('ParameterSet')

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
value String?
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

Constants

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