CL2I.MESSAGE (STRUCT; Prefix msg)
⇘
(CAA_CanL2.library)
This data structure describes a CAN message. It should be seen as a proposal and can be modified ad lib, as the user access is not direct, but via functions.
cobId
|
CL2I.COBID
|
identifier of the message
|
x29BitIdFlag
|
BOOL
|
FALSE: 11 Bit-Ids only; TRUE: 29 Bit-Ids also supported
|
xRTRFlag
|
BOOL
|
RTR flag of message
|
xTxFlag
|
BOOL
|
TRUE: Feedback with actual timestamp
|
usiLength
|
USINT
|
number of valid data bytes
|
cdData
|
CL2I.DATA
|
data bytes of message
|