EncapsulatedData class
Data packet for images sent using the Image Transmission Protocol: https://mavlink.io/en/services/image_transmission.html.
ENCAPSULATED_DATA
- Implemented types
Constructors
-
EncapsulatedData({required uint16_t seqnr, required List<
int8_t> data}) - EncapsulatedData.parse(ByteData data_)
-
factory
Properties
-
data
→ List<
int8_t> -
image data bytes
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
- seqnr → uint16_t
-
sequence number (starting with 0 on every transmission)
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