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_services * | services |
| Service table. More... | |
| unsigned int | n_services |
| Number of services. More... | |
Client remote procedure call data.
RPMsg RPC will send request to remote and wait for callback.
| struct rpmsg_endpoint rpmsg_rpc_clt::ept |
RPMsg endpoint associated with the call.
| unsigned int rpmsg_rpc_clt::n_services |
Number of services.
| const struct rpmsg_rpc_client_services* rpmsg_rpc_clt::services |
Service table.
| rpmsg_rpc_shutdown_cb rpmsg_rpc_clt::shutdown_cb |
Shutdown callback function.