BleCommand enum

Inheritance
Available extensions

Values

queue → const BleCommand
const BleCommand(0)
bytes → const BleCommand
const BleCommand(1)
error → const BleCommand
const BleCommand(2)
version → const BleCommand
const BleCommand(3)
bleMtu → const BleCommand
const BleCommand(4)
bulkTxSetup → const BleCommand
const BleCommand(5)
firmwareUpdateSetup → const BleCommand
const BleCommand(6)
firmwareUpdateTestSwap → const BleCommand
const BleCommand(7)
firmwareUpdateCommit → const BleCommand
const BleCommand(8)
wifiConnect → const BleCommand
const BleCommand(9)
rebootHub → const BleCommand
const BleCommand(10)
hubSetName → const BleCommand
const BleCommand(11)
batteryInfo → const BleCommand
const BleCommand(12)
webMtu → const BleCommand
const BleCommand(13)
wifiStartScan → const BleCommand
const BleCommand(14)
wifiCheckScanStatus → const BleCommand
const BleCommand(15)
wifiGetScanResults → const BleCommand
const BleCommand(16)
addAts → const BleCommand
const BleCommand(17)
setMode → const BleCommand
const BleCommand(18)
bytesQuery → const BleCommand
const BleCommand(19)
enumerationQuery → const BleCommand
const BleCommand(20)
setDefaultNetwork → const BleCommand
const BleCommand(21)
bulkSetupSingle → const BleCommand
const BleCommand(22)
bulkSetupMulti → const BleCommand
const BleCommand(23)
bulkWrite → const BleCommand
const BleCommand(24)
bulkRead → const BleCommand
const BleCommand(25)
bulkReset → const BleCommand
const BleCommand(26)
bulkMtu → const BleCommand
const BleCommand(27)
bulkEraseSingle → const BleCommand
const BleCommand(28)
bulkVersion → const BleCommand
const BleCommand(29)
paramGetByRegMap → const BleCommand
const BleCommand(30)
paramGetByCloudId → const BleCommand
const BleCommand(31)
paramSetSingle → const BleCommand
const BleCommand(32)

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