CanFrame class

A forwarded CAN frame as requested by MAV_CMD_CAN_FORWARD.

CAN_FRAME

Implemented types

Constructors

CanFrame({required uint32_t id, required uint8_t targetSystem, required uint8_t targetComponent, required uint8_t bus, required uint8_t len, required List<int8_t> data})
CanFrame.parse(ByteData data_)
factory

Properties

bus uint8_t
Bus number
final
data List<int8_t>
Frame data
final
hashCode int
The hash code for this object.
no setterinherited
id uint32_t
Frame ID
final
len uint8_t
Frame length
final
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetComponent uint8_t
Component ID.
final
targetSystem uint8_t
System ID.
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