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