|
| int(* | handle_call )(void *state, const void *req, size_t req_size, xtc_svr_call_t *call) |
| |
| int(* | handle_cast )(void *state, const void *msg, size_t size) |
| |
| int(* | handle_info )(void *state, const void *msg, size_t size) |
| |
| int(* | init )(void *state) |
| |
| void(* | terminate )(void *state, int reason) |
| |
Definition at line 47 of file xtc_svr.h.
◆ handle_call
| int(* xtc_svr_callbacks_t::handle_call) (void *state, const void *req, size_t req_size, xtc_svr_call_t *call) |
◆ handle_cast
| int(* xtc_svr_callbacks_t::handle_cast) (void *state, const void *msg, size_t size) |
◆ handle_info
| int(* xtc_svr_callbacks_t::handle_info) (void *state, const void *msg, size_t size) |
◆ init
| int(* xtc_svr_callbacks_t::init) (void *state) |
◆ terminate
| void(* xtc_svr_callbacks_t::terminate) (void *state, int reason) |
The documentation for this struct was generated from the following file: