JSONRPC¶
Inherits: Object
Methods¶
Dictionary | make_notification ( String method, Variant params ) |
Dictionary | make_request ( String method, Variant params, Variant id ) |
Dictionary | make_response ( Variant result, Variant id ) |
Dictionary | make_response_error ( int code, String message, Variant id=null ) const |
Variant | process_action ( Variant action, bool recurse=false ) |
String | process_string ( String action ) |
void | set_scope ( String scope, Object target ) |
Enumerations¶
Method Descriptions¶
- Dictionary make_notification ( String method, Variant params )
- Dictionary make_request ( String method, Variant params, Variant id )
- Dictionary make_response ( Variant result, Variant id )
- Dictionary make_response_error ( int code, String message, Variant id=null ) const