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

Header for INFUSE_RPC_RSP packet. More...

#include <types.h>

Data Fields

uint32_t request_id
 Request ID matching original infuse_rpc_req_header.
 
uint16_t command_id
 Command that was run.
 
int16_t return_code
 Result of the RPC.
 

Detailed Description

Header for INFUSE_RPC_RSP packet.

Field Documentation

◆ command_id

uint16_t infuse_rpc_rsp_header::command_id

Command that was run.

◆ request_id

uint32_t infuse_rpc_rsp_header::request_id

Request ID matching original infuse_rpc_req_header.

◆ return_code

int16_t infuse_rpc_rsp_header::return_code

Result of the RPC.


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