canfd_frame class

struct canfd_frame - CAN flexible data rate frame structure @can_id: CAN ID of the frame and CAN_*_FLAG flags, see canid_t definition @len: frame payload length in byte (0 .. CANFD_MAX_DLEN) @flags: additional flags for CAN FD @__res0: reserved / padding @__res1: reserved / padding @data: CAN FD frame payload (up to CANFD_MAX_DLEN byte)

Inheritance

Constructors

canfd_frame()

Properties

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

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