PowerStatus class

Power supply status

POWER_STATUS

Implemented types

Constructors

PowerStatus({required uint16_t vcc, required uint16_t vservo, required MavPowerStatus flags})
PowerStatus.parse(ByteData data_)
factory

Properties

flags MavPowerStatus
Bitmap of power supply status flags.
final
hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vcc uint16_t
5V rail voltage.
final
vservo uint16_t
Servo rail 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