$search
#include <can-net.h>
Public Member Functions | |
| uint8 data[8] | __attribute__ ((aligned(sizeof(int)))) |
Public Attributes | |
| unsigned | id:11 |
| unsigned | len:4 |
| unsigned | used:1 |
the data that physically go on the CAN bus. Used to communicate with the CAN data layer
Definition at line 50 of file can-net.h.
| uint8 data [8] CanFrame::__attribute__ | ( | (aligned(sizeof(int))) | ) |
data payload
| unsigned CanFrame::id |
| unsigned CanFrame::len |
| unsigned CanFrame::used |