XCORE SDK
XCORE Software Development Kit
|
#include <rtos_rpc.h>
Public Attributes | |
int | fcode |
int | param_count |
rpc_param_desc_t * | param_desc |
void * | params |
void * | msg_buf |
The structure describing both RPC request and response messages. It is populated by rpc_request_parse() and rpc_response_parse().
int rpc_msg_t::fcode |
An enumerator that identifies the function
void* rpc_msg_t::msg_buf |
Pointer to the beginning of the receieved RPC message buffer
int rpc_msg_t::param_count |
The number of parameters the function takes. Only populated by rpc_request_parse()
rpc_param_desc_t* rpc_msg_t::param_desc |
A list of parameter descriptors for the function. Only populated by rpc_request_parse()
void* rpc_msg_t::params |
Pointer to the beginning of the receieved parameter values