json_rpc.response

JSON-RPC 2.0 Protocol<br>

This module contain JSON-RPC 2.0 response

Members

Functions

initResponses
void initResponses()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

invalidParasmRes
RpcResponse invalidParasmRes;
Undocumented in source.
mnfRes
RpcResponse mnfRes;
Undocumented in source.
normalRes
RpcResponse normalRes;
Undocumented in source.
notificationRes
RpcResponse notificationRes;
Undocumented in source.

Structs

RpcResponse
struct RpcResponse

Struct desctibes JSON-RPC 2.0 response

RpcResult
struct RpcResult

Struct describes JSON-RPC 2.0 result which used in RpcRequest

See Also

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

Zaramzan <shamyan.roman@gmail.com>