|
cMCP 0.4.1
Model Context Protocol library in pure C11
|
#include <cmcp_types.h>
Data Fields | |
| const char * | method |
| cmcp_rpc_handler_fn | handler |
| void * | userdata |
Definition at line 250 of file cmcp_types.h.
| const char* cmcp_rpc_route_t::method |
Definition at line 251 of file cmcp_types.h.
| cmcp_rpc_handler_fn cmcp_rpc_route_t::handler |
Definition at line 252 of file cmcp_types.h.
| void* cmcp_rpc_route_t::userdata |
Definition at line 253 of file cmcp_types.h.