OpenAMP Library  353
rpmsg_rpc_answer Struct Reference

RPC request message. More...

#include <rpmsg_rpc_client_server.h>

Data Fields

uint32_t id
 Service ID. More...
 
int32_t status
 Status of RPC. More...
 
unsigned char params [MAX_BUF_LEN]
 Answer params. More...
 

Detailed Description

RPC request message.

Field Documentation

◆ id

uint32_t rpmsg_rpc_answer::id

Service ID.

◆ params

unsigned char rpmsg_rpc_answer::params[MAX_BUF_LEN]

Answer params.

◆ status

int32_t rpmsg_rpc_answer::status

Status of RPC.


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