RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Data Fields
can_frame Struct Reference

This structure represents one CAN frame. It consists of CAN header and data. More...

#include <can-frame.h>

Data Fields

struct can_frame_header header
 This member stores the structure can_frame_header representing CAN header.
 
uint8_t data [CAN_FRAME_MAX_DLEN]
 This member stores CAN data.
 

Detailed Description

This structure represents one CAN frame. It consists of CAN header and data.


The documentation for this struct was generated from the following file: