XCORE SDK
XCORE Software Development Kit
Public Attributes | List of all members
rpc_msg_t Struct Reference

#include <rtos_rpc.h>

Public Attributes

int fcode
 
int param_count
 
rpc_param_desc_tparam_desc
 
void * params
 
void * msg_buf
 

Detailed Description

The structure describing both RPC request and response messages. It is populated by rpc_request_parse() and rpc_response_parse().

Member Data Documentation

◆ fcode

int rpc_msg_t::fcode

An enumerator that identifies the function

◆ msg_buf

void* rpc_msg_t::msg_buf

Pointer to the beginning of the receieved RPC message buffer

◆ param_count

int rpc_msg_t::param_count

The number of parameters the function takes. Only populated by rpc_request_parse()

◆ param_desc

rpc_param_desc_t* rpc_msg_t::param_desc

A list of parameter descriptors for the function. Only populated by rpc_request_parse()

◆ params

void* rpc_msg_t::params

Pointer to the beginning of the receieved parameter values


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