VLCB
Loading...
Searching...
No Matches
VLCB::CANFrame Struct Reference

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]

Detailed Description

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

Member Data Documentation

◆ id

uint32_t VLCB::CANFrame::id

◆ ext

bool VLCB::CANFrame::ext

◆ rtr

bool VLCB::CANFrame::rtr

◆ len

uint8_t VLCB::CANFrame::len

◆ data

uint8_t VLCB::CANFrame::data[8]

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