HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
hf_esp_can_tx_info_t Struct Reference

Transmission completion information. More...

#include <EspCan.h>

Collaboration diagram for hf_esp_can_tx_info_t:
[legend]

Public Attributes

hf_can_message_t message
 Message that was transmitted.
 
bool success
 Transmission success status.
 
uint64_t timestamp_us
 Transmission timestamp in microseconds.
 

Detailed Description

Transmission completion information.

Member Data Documentation

◆ message

hf_can_message_t hf_esp_can_tx_info_t::message

Message that was transmitted.

◆ success

bool hf_esp_can_tx_info_t::success

Transmission success status.

◆ timestamp_us

uint64_t hf_esp_can_tx_info_t::timestamp_us

Transmission timestamp in microseconds.


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