|
VLCB
|
Represents a CAN frame sent on the CAN bus. More...
#include <CanTransport.h>
Public Attributes | |
| uint32_t | id |
| bool | ext |
| bool | rtr |
| uint8_t | len |
| uint8_t | data [8] |
Represents a CAN frame sent on the CAN bus.
Contains all the information used on the actual CAN bus. Different implementations use their own representations of this data which must be converted to/from CANFrame
| uint32_t VLCB::CANFrame::id |
| bool VLCB::CANFrame::ext |
| bool VLCB::CANFrame::rtr |
| uint8_t VLCB::CANFrame::len |
| uint8_t VLCB::CANFrame::data[8] |