JSON RPC client
OperationsConstructor
New(address:String, port:Int)
Name | Type | Description |
---|---|---|
address | String | server address |
port | Int | server port |
Call remote procedure
method : public : Call(func_name:String, func_params:JsonElement) ~ JsonElement
Name | Type | Description |
---|---|---|
func_name | String | name of function to call |
func_params | JsonElement | function call parameters |
Type | Description |
---|---|
JsonElement | JSON response |
Get the last error
method : public : GetLastError() ~ Collection.Tuple.Pair<IntRef,String>
Type | Description |
---|---|
Pair<IntRef,String> | last error |