Struct can_frame_t

ClassList > can_frame_t

Structure representing a CAN frame in the mock driver.

Public Attributes

Type Name
uint8_t data
uint32_t id
uint8_t len

Public Attributes Documentation

variable data

uint8_t can_frame_t::data[CAN_MAX_DLEN];

variable id

uint32_t can_frame_t::id;

variable len

uint8_t can_frame_t::len;


The documentation for this class was generated from the following file examples/python_api/src/mock_can.c