|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Transmission completion information. More...
#include <EspCan.h>
Public Attributes | |
| hf_can_message_t | message |
| Message that was transmitted. | |
| bool | success |
| Transmission success status. | |
| uint64_t | timestamp_us |
| Transmission timestamp in microseconds. | |
Transmission completion information.
| hf_can_message_t hf_esp_can_tx_info_t::message |
Message that was transmitted.
| bool hf_esp_can_tx_info_t::success |
Transmission success status.
| uint64_t hf_esp_can_tx_info_t::timestamp_us |
Transmission timestamp in microseconds.