Golioth Zephyr SDK
golioth_rpc_method Struct Reference

Data for each registered RPC method. More...

#include <rpc.h>

Data Fields

const char * name
 
golioth_rpc_cb_fn callback
 
void * callback_arg
 

Detailed Description

Data for each registered RPC method.

Definition at line 109 of file rpc.h.

Field Documentation

◆ callback

golioth_rpc_cb_fn golioth_rpc_method::callback

Definition at line 111 of file rpc.h.

◆ callback_arg

void* golioth_rpc_method::callback_arg

Definition at line 112 of file rpc.h.

◆ name

const char* golioth_rpc_method::name

Definition at line 110 of file rpc.h.


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