CAN message structure. More...
Data Fields | |
DWORD or uint32_t | id |
CAN Identifier. | |
unsigned char | len |
Length of frame (Range 0 - 8). | |
unsigned char | byte [8] |
Message bytes. | |
unsigned char | ext |
Boolean flag to indicate extended frame. | |
unsigned char | rtr |
Boolean flag to indicate remote transmition bit. |
CAN message structure.
DWORD or uint32_t id |
CAN Identifier.
Depending on compiler this is of DWORD (MSC) or uint32_t (gcc) type.