|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
#include <types.h>
Data Fields | |
| struct infuse_rpc_rsp_header | header |
| uint8_t | time_source |
| Source of the time knowledge. | |
| uint64_t | epoch_time |
| Current epoch time on the device. | |
| uint32_t | sync_age |
| How old the time knowledge is (seconds) | |
| uint64_t rpc_time_get_response::epoch_time |
Current epoch time on the device.
| struct infuse_rpc_rsp_header rpc_time_get_response::header |
| uint32_t rpc_time_get_response::sync_age |
How old the time knowledge is (seconds)
| uint8_t rpc_time_get_response::time_source |
Source of the time knowledge.