From 3f1d6870ff0b3a0e8e0fc1c63ae2fbee86775261 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich
+ Members
+
+
@@ -1065,6 +1087,8 @@
+
+ Members
+
+
@@ -1203,6 +1231,8 @@
+
+
+
+
+
+
+
+
+
+
+
+ Methods
+
+
+
+
+
+
+
+
+
+
+ Typedefs
+
+
+
+
+
+
+
+ Methods
+
+
+
+
+
+
ubus
object name will be returned.
- rpc.js, line 472
+ rpc.js, line 481
@@ -4281,7 +4379,7 @@ if it has not been found.
@@ -4397,7 +4495,7 @@ if it has not been found.
@@ -4543,6 +4641,8 @@ requests.
+ The name of the remote ubus
object to invoke.
The name of the remote ubus
method to invoke.
Lists the named parameters expected by the remote Describes the expected return data structure. The given object is
supposed to contain a single key selecting the value to use from
@@ -4743,12 +4859,55 @@ be returned as default instead.
+ Specfies an optional filter function which is invoked to transform the
received reply data before it is returned to the caller. If set to ubus
RPC method.
The arguments passed to the resulting generated method call function
@@ -4683,6 +4795,10 @@ invoked with filterFn(reply, [ "foo" ], "bar", "b
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4790,7 +4949,7 @@ received reply data before it is returned to the caller.
+
+
+ reject
+
+
+boolean
+
+
+
+
+
+
+
+
+ <optional>
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+ true
, non-zero ubus call status codes are treated as fatal
+error and lead to the rejection of the call promise. The default
+behaviour is to resolve with the call return code value instead.
expect
and filter
declarations.
--
cgit v1.2.3