OpenDroneIdArmStatus class
Transmitter (remote ID system) is enabled and ready to start sending location and other required information. This is streamed by transmitter. A flight controller uses it as a condition to arm.
OPEN_DRONE_ID_ARM_STATUS
- Implemented types
Constructors
-
OpenDroneIdArmStatus({required MavOdidArmStatus status, required List<
char> error}) - OpenDroneIdArmStatus.parse(ByteData data_)
-
factory
Properties
-
error
→ List<
char> -
Text error message, should be empty if status is good to arm. Fill with nulls in unused portion.
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
- status → MavOdidArmStatus
-
Status level indicating if arming is allowed.
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