Stores info required to call an RPC method - service name, method name, arguments.
More...
#include <rpc/RPCCallDefinition.h>
Stores info required to call an RPC method - service name, method name, arguments.
◆ RPCCallDefinition() [1/2]
◆ RPCCallDefinition() [2/2]
RPCCallDefinition |
( |
const std::string & |
iService, |
|
|
const std::string & |
iMethod, |
|
|
const std::string & |
iParams = "" |
|
) |
| |
|
inline |
◆ reflect()
void reflect |
( |
Reflector & |
r | ) |
|
|
inline |
◆ service
◆ method
◆ params
The parameters as JSON array (note: without enclosing [])
The documentation for this struct was generated from the following file: