#include <server.h>
◆ Actor
RPC method handler reading request and assigning result. Should return true if request is fully handled, false if it should be passed on to subsequent handlers.
◆ CRPCCommand() [1/2]
CRPCCommand::CRPCCommand |
( |
std::string |
category, |
|
|
std::string |
name, |
|
|
Actor |
actor, |
|
|
std::vector< std::string > |
args, |
|
|
intptr_t |
unique_id |
|
) |
| |
|
inline |
Constructor taking Actor callback supporting multiple handlers.
◆ CRPCCommand() [2/2]
CRPCCommand::CRPCCommand |
( |
const char * |
category, |
|
|
const char * |
name, |
|
|
rpcfn_type |
fn, |
|
|
std::initializer_list< const char * > |
args |
|
) |
| |
|
inline |
Simplified constructor taking plain rpcfn_type function pointer.
◆ actor
◆ argNames
std::vector<std::string> CRPCCommand::argNames |
◆ category
std::string CRPCCommand::category |
◆ name
std::string CRPCCommand::name |
◆ unique_id
intptr_t CRPCCommand::unique_id |
The documentation for this class was generated from the following file: