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

#include <types.h>

Data Fields

struct infuse_rpc_rsp_header header
 
uint32_t application_id
 Application ID.
 
struct rpc_struct_mcuboot_img_sem_ver version
 Application version number.
 
uint32_t network_id
 Current Infuse network ID.
 
uint32_t uptime
 Application uptime.
 
uint32_t reboots
 Application reboot count.
 
uint32_t kv_crc
 Key-Value store reflect global CRC.
 
uint32_t data_blocks_internal
 Data blocks logged to internal flash.
 
uint32_t data_blocks_external
 Data blocks logged to external flash.
 

Field Documentation

◆ application_id

uint32_t rpc_application_info_response::application_id

Application ID.

◆ data_blocks_external

uint32_t rpc_application_info_response::data_blocks_external

Data blocks logged to external flash.

◆ data_blocks_internal

uint32_t rpc_application_info_response::data_blocks_internal

Data blocks logged to internal flash.

◆ header

struct infuse_rpc_rsp_header rpc_application_info_response::header

◆ kv_crc

uint32_t rpc_application_info_response::kv_crc

Key-Value store reflect global CRC.

◆ network_id

uint32_t rpc_application_info_response::network_id

Current Infuse network ID.

◆ reboots

uint32_t rpc_application_info_response::reboots

Application reboot count.

◆ uptime

uint32_t rpc_application_info_response::uptime

Application uptime.

◆ version

struct rpc_struct_mcuboot_img_sem_ver rpc_application_info_response::version

Application version number.


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