Current Time Service Client event. More...
#include <cts_c.h>
Data Fields | |
| uint8_t | conn_idx |
| cts_c_evt_type_t | evt_type |
| union { | |
| cts_c_cur_time_t cur_time | |
| cts_c_loc_time_info_t loc_time_info | |
| cts_c_ref_time_info_t ref_time_info | |
| } | value |
Current Time Service Client event.
| uint8_t cts_c_evt_t::conn_idx |
The index of the connection.
| cts_c_cur_time_t cts_c_evt_t::cur_time |
Curren time received.
| cts_c_evt_type_t cts_c_evt_t::evt_type |
The CTS client event type.
| cts_c_loc_time_info_t cts_c_evt_t::loc_time_info |
Local time information received.
| cts_c_ref_time_info_t cts_c_evt_t::ref_time_info |
Referen time information received.
| union { ... } cts_c_evt_t::value |
Decoded result of value received.