From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-json-rpc-request/index.html | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-request/index.html (limited to 'api/pl.treksoft.kvision.remote/-json-rpc-request/index.html') diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-request/index.html b/api/pl.treksoft.kvision.remote/-json-rpc-request/index.html new file mode 100644 index 00000000..27217746 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-json-rpc-request/index.html @@ -0,0 +1,64 @@ + + + +JsonRpcRequest - kvision + + + +kvision / pl.treksoft.kvision.remote / JsonRpcRequest
+
+

JsonRpcRequest

+(js) data class JsonRpcRequest +

Constructors

+ + + + + + + +
+(js) +

<init>

+
+JsonRpcRequest()
+JsonRpcRequest(id: Int, method: String, params: List<String?>, jsonrpc: String = "2.0")
+

Properties

+ + + + + + + + + + + + + + + + + + + +
+(js) +

id

+
+val id: Int
+(js) +

jsonrpc

+
+val jsonrpc: String
+(js) +

method

+
+val method: String
+(js) +

params

+
+val params: List<String?>
+ + -- cgit