Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Write an annotation to the device. More...
#include <types.h>
Data Fields | |
struct infuse_rpc_req_header | header |
uint8_t | logger |
Data logger to write annotation to. | |
uint32_t | timestamp |
Timestamp (GNSS seconds) that event was observed. | |
char | annotation [] |
Event string to write. | |
Write an annotation to the device.
char rpc_annotate_request::annotation[] |
Event string to write.
struct infuse_rpc_req_header rpc_annotate_request::header |
uint8_t rpc_annotate_request::logger |
Data logger to write annotation to.
uint32_t rpc_annotate_request::timestamp |
Timestamp (GNSS seconds) that event was observed.