OpenAMP Library  353
rpmsg_rpc_clt Struct Reference

Client remote procedure call data. More...

#include <rpmsg_rpc_client_server.h>

Data Fields

struct rpmsg_endpoint ept
 RPMsg endpoint associated with the call. More...
 
rpmsg_rpc_shutdown_cb shutdown_cb
 Shutdown callback function. More...
 
const struct rpmsg_rpc_client_servicesservices
 Service table. More...
 
unsigned int n_services
 Number of services. More...
 

Detailed Description

Client remote procedure call data.

RPMsg RPC will send request to remote and wait for callback.

Field Documentation

◆ ept

struct rpmsg_endpoint rpmsg_rpc_clt::ept

RPMsg endpoint associated with the call.

◆ n_services

unsigned int rpmsg_rpc_clt::n_services

Number of services.

◆ services

const struct rpmsg_rpc_client_services* rpmsg_rpc_clt::services

Service table.

◆ shutdown_cb

rpmsg_rpc_shutdown_cb rpmsg_rpc_clt::shutdown_cb

Shutdown callback function.


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