ParamAckTransaction class
Response from a PARAM_SET message when it is used in a transaction.
PARAM_ACK_TRANSACTION
- Implemented types
Constructors
-
ParamAckTransaction({required float paramValue, required uint8_t targetSystem, required uint8_t targetComponent, required List<
char> paramId, required MavParamType paramType, required ParamAck paramResult}) - ParamAckTransaction.parse(ByteData data_)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mavlinkCrcExtra → int
-
no setteroverride
- mavlinkMessageId → int
-
no setteroverride
-
paramId
→ List<
char> -
Parameter id, terminated by NULL if the length is less than 16 human-readable chars and WITHOUT null termination (NULL) byte if the length is exactly 16 chars - applications have to provide 16+1 bytes storage if the ID is stored as string
final
- paramResult → ParamAck
-
Result code.
final
- paramType → MavParamType
-
Parameter type.
final
- paramValue → float
-
Parameter value (new value if PARAM_ACCEPTED, current value otherwise)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetComponent → uint8_t
-
Id of system that sent PARAM_SET message.
final
- targetSystem → uint8_t
-
Id of system that sent PARAM_SET message.
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