Data Fields

CANFRAME Struct Reference

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.

Detailed Description

CAN message structure.


Field Documentation

DWORD or uint32_t id

CAN Identifier.

Depending on compiler this is of DWORD (MSC) or uint32_t (gcc) type.


CAN-ETH C Library
Draft Version