EscTelemetry5To8 class
ESC Telemetry Data for ESCs 5 to 8, matching data sent by BLHeli ESCs.
ESC_TELEMETRY_5_TO_8
- Implemented types
Constructors
Properties
-
count
→ List<
int16_t> -
count of telemetry packets received (wraps at 65535).
final
-
current
→ List<
int16_t> -
Current.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mavlinkCrcExtra → int
-
no setteroverride
- mavlinkMessageId → int
-
no setteroverride
-
rpm
→ List<
int16_t> -
RPM (eRPM).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
temperature
→ List<
int8_t> -
Temperature.
final
-
totalcurrent
→ List<
int16_t> -
Total current.
final
-
voltage
→ List<
int16_t> -
Voltage.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → ByteData -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- mavlinkEncodedLength → const int