VectorXlCanMsg class final

XLcanMsg — classic CAN message body inside an VectorXlEvent. 32 bytes packed (vxlapi.h v4).

Inheritance
Implemented types
Available extensions

Constructors

VectorXlCanMsg()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
data Array<Uint8>
getter/setter pair
dlc int
Data length code 0..15. For classic CAN, ≤ 8 means byte length; for FD, the full DLC table maps up to 64 bytes.
getter/setter pair
flags int
Bit-flags (see VectorXlCanMsgFlag).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
Identifier. Top bit set ⇒ extended (29-bit) — mask with kVectorXlCanExtMsgId.
getter/setter pair
reserved1 int
getter/setter pair
reserved2 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