simple-socket library 1.2.0
NET::can_id Struct Reference

Represents any possible CAN id or mask. More...

#include <CANFrame.h>

Public Attributes

uint32_t error_flag: 1
 
uint32_t ext_format: 1
 
uint32_t rtr_flag: 1
 
uint32_t value: 29
 

Detailed Description

Represents any possible CAN id or mask.

Definition at line 12 of file CANFrame.h.

Member Data Documentation

◆ value

uint32_t NET::can_id::value

Definition at line 14 of file CANFrame.h.

◆ error_flag

uint32_t NET::can_id::error_flag

Definition at line 15 of file CANFrame.h.

◆ rtr_flag

uint32_t NET::can_id::rtr_flag

Definition at line 16 of file CANFrame.h.

◆ ext_format

uint32_t NET::can_id::ext_format

Definition at line 17 of file CANFrame.h.


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