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-response/-init-.html | 14 +++++ .../-json-rpc-response/error.html | 14 +++++ .../-json-rpc-response/exception-type.html | 14 +++++ .../-json-rpc-response/id.html | 14 +++++ .../-json-rpc-response/index.html | 71 ++++++++++++++++++++++ .../-json-rpc-response/jsonrpc.html | 14 +++++ .../-json-rpc-response/result.html | 14 +++++ 7 files changed, 155 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/-init-.html create mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/error.html create mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/exception-type.html create mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/id.html create mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/index.html create mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/jsonrpc.html create mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/result.html (limited to 'api/pl.treksoft.kvision.remote/-json-rpc-response') diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/-init-.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/-init-.html new file mode 100644 index 00000000..c0d70488 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-json-rpc-response/-init-.html @@ -0,0 +1,14 @@ + + + +JsonRpcResponse.<init> - kvision + + + +kvision / pl.treksoft.kvision.remote / JsonRpcResponse / <init>
+
+

<init>

+(js) +JsonRpcResponse(id: Int? = null, result: String? = null, error: String? = null, exceptionType: String? = null, jsonrpc: String = "2.0") + + diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/error.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/error.html new file mode 100644 index 00000000..7acdea50 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-json-rpc-response/error.html @@ -0,0 +1,14 @@ + + + +JsonRpcResponse.error - kvision + + + +kvision / pl.treksoft.kvision.remote / JsonRpcResponse / error
+
+

error

+(js) +val error: String? + + diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/exception-type.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/exception-type.html new file mode 100644 index 00000000..36b89f75 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-json-rpc-response/exception-type.html @@ -0,0 +1,14 @@ + + + +JsonRpcResponse.exceptionType - kvision + + + +kvision / pl.treksoft.kvision.remote / JsonRpcResponse / exceptionType
+
+

exceptionType

+(js) +val exceptionType: String? + + diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/id.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/id.html new file mode 100644 index 00000000..65645473 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-json-rpc-response/id.html @@ -0,0 +1,14 @@ + + + +JsonRpcResponse.id - kvision + + + +kvision / pl.treksoft.kvision.remote / JsonRpcResponse / id
+
+

id

+(js) +val id: Int? + + diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html new file mode 100644 index 00000000..eae902d9 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html @@ -0,0 +1,71 @@ + + + +JsonRpcResponse - kvision + + + +kvision / pl.treksoft.kvision.remote / JsonRpcResponse
+
+

JsonRpcResponse

+(js) data class JsonRpcResponse +

Constructors

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

<init>

+
+JsonRpcResponse(id: Int? = null, result: String? = null, error: String? = null, exceptionType: String? = null, jsonrpc: String = "2.0")
+

Properties

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

error

+
+val error: String?
+(js) +

exceptionType

+
+val exceptionType: String?
+(js) +

id

+
+val id: Int?
+(js) +

jsonrpc

+
+val jsonrpc: String
+(js) +

result

+
+val result: String?
+ + diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/jsonrpc.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/jsonrpc.html new file mode 100644 index 00000000..a64b68ad --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-json-rpc-response/jsonrpc.html @@ -0,0 +1,14 @@ + + + +JsonRpcResponse.jsonrpc - kvision + + + +kvision / pl.treksoft.kvision.remote / JsonRpcResponse / jsonrpc
+
+

jsonrpc

+(js) +val jsonrpc: String + + diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/result.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/result.html new file mode 100644 index 00000000..49f7d565 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-json-rpc-response/result.html @@ -0,0 +1,14 @@ + + + +JsonRpcResponse.result - kvision + + + +kvision / pl.treksoft.kvision.remote / JsonRpcResponse / result
+
+

result

+(js) +val result: String? + + -- cgit