FrskyPassthroughArray class
Frsky SPort passthrough multi packet container.
FRSKY_PASSTHROUGH_ARRAY
- Implemented types
Constructors
-
FrskyPassthroughArray({required uint32_t timeBootMs, required uint8_t count, required List<
int8_t> packetBuf}) - FrskyPassthroughArray.parse(ByteData data_)
-
factory
Properties
- count → uint8_t
-
Number of passthrough packets in this message.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mavlinkCrcExtra → int
-
no setteroverride
- mavlinkMessageId → int
-
no setteroverride
-
packetBuf
→ List<
int8_t> -
Passthrough packet buffer. A packet has 6 bytes: uint16_t id + uint32_t data. The array has space for 40 packets.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeBootMs → uint32_t
-
Timestamp (time since system boot).
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