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