Client
JSON RPC client
Operations
Call
Call remote procedure
method : public : Call(func_name:String, func_params:JsonElement) ~ JsonElementParameters
| Name | Type | Description |
|---|---|---|
| func_name | String | name of function to call |
| func_params | JsonElement | function call parameters |
Return
| Type | Description |
|---|---|
| JsonElement | JSON response |