DataStream class

Data stream status information.

DATA_STREAM

Implemented types

Constructors

DataStream({required uint16_t messageRate, required uint8_t streamId, required uint8_t onOff})
DataStream.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
messageRate uint16_t
The message rate
final
onOff uint8_t
1 stream is enabled, 0 stream is stopped.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId uint8_t
The ID of the requested data stream
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