Transmission complete event structure. More...
#include <nrf_mesh_events.h>
Data Fields | |
nrf_mesh_tx_token_t | token |
Packet identifier. More... | |
timestamp_t | timestamp |
Timestamp of the TX complete event. More... | |
Transmission complete event structure.
Definition at line 221 of file nrf_mesh_events.h.
nrf_mesh_tx_token_t nrf_mesh_evt_tx_complete_t::token |
Packet identifier.
Definition at line 224 of file nrf_mesh_events.h.
timestamp_t nrf_mesh_evt_tx_complete_t::timestamp |
Timestamp of the TX complete event.
Definition at line 226 of file nrf_mesh_events.h.