Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
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. | |
Header for INFUSE_RPC_RSP packet.
uint16_t infuse_rpc_rsp_header::command_id |
Command that was run.
uint32_t infuse_rpc_rsp_header::request_id |
Request ID matching original infuse_rpc_req_header.
int16_t infuse_rpc_rsp_header::return_code |
Result of the RPC.