Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rpc_annotate_request Struct Reference

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.
 

Detailed Description

Write an annotation to the device.

Field Documentation

◆ annotation

char rpc_annotate_request::annotation[]

Event string to write.

◆ header

struct infuse_rpc_req_header rpc_annotate_request::header

◆ logger

uint8_t rpc_annotate_request::logger

Data logger to write annotation to.

◆ timestamp

uint32_t rpc_annotate_request::timestamp

Timestamp (GNSS seconds) that event was observed.


The documentation for this struct was generated from the following file: