#include <rtcan.h>
Central structure for receiving and sending CAN frames.
Data Fields | |
can_id_t | can_id |
CAN ID of the frame. | |
uint8_t | can_dlc |
Size of the payload in bytes. | |
uint8_t | data [8] |
Payload data bytes. |
|
CAN ID of the frame. See CAN ID flags for special bits. |