can_frame class

struct can_frame - Classical CAN frame structure (aka CAN 2.0B) @can_id: CAN ID of the frame and CAN_*_FLAG flags, see canid_t definition @len: CAN frame payload length in byte (0 .. 8) @can_dlc: deprecated name for CAN frame payload length in byte (0 .. 8) @__pad: padding @__res0: reserved / padding @len8_dlc: optional DLC value (9 .. 15) at 8 byte payload length len8_dlc contains values from 9 .. 15 when the payload length is 8 bytes but the DLC value (see ISO 11898-1) is greater then 8. CAN_CTRLMODE_CC_LEN8_DLC flag has to be enabled in CAN driver. @data: CAN frame payload (up to 8 byte)

Inheritance
Available Extensions

Constructors

can_frame()

Properties

can_id int
getter/setter pair
data Array<Uint8>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
len8_dlc int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unnamed ↔ UnnamedUnion4
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited