DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
CanFrame Struct Reference

#include <can.h>

Public Attributes

uint32_t id
 
bool extended
 
bool rtr
 
uint8_t dlc
 
uint8_t data [DET_CAN_MAX_DLC]
 

Detailed Description

Definition at line 43 of file can.h.

Member Data Documentation

◆ id

uint32_t CanFrame::id

Definition at line 45 of file can.h.

◆ extended

bool CanFrame::extended

Definition at line 46 of file can.h.

◆ rtr

bool CanFrame::rtr

Definition at line 47 of file can.h.

◆ dlc

uint8_t CanFrame::dlc

Definition at line 48 of file can.h.

◆ data

uint8_t CanFrame::data[DET_CAN_MAX_DLC]

Definition at line 49 of file can.h.


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