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

#include <types.h>

Data Fields

struct infuse_rpc_rsp_header header
 
uint64_t publish_timestamp
 Epoch time of last data publish.
 
uint32_t publish_count
 Number of times data has been published to channel.
 
uint32_t publish_period_avg_ms
 Average time between publishing.
 
uint8_t data []
 Channel data.
 

Field Documentation

◆ data

uint8_t rpc_zbus_channel_state_response::data[]

Channel data.

◆ header

struct infuse_rpc_rsp_header rpc_zbus_channel_state_response::header

◆ publish_count

uint32_t rpc_zbus_channel_state_response::publish_count

Number of times data has been published to channel.

◆ publish_period_avg_ms

uint32_t rpc_zbus_channel_state_response::publish_period_avg_ms

Average time between publishing.

◆ publish_timestamp

uint64_t rpc_zbus_channel_state_response::publish_timestamp

Epoch time of last data publish.


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