connectWWan.lua
[INDEX]

ABSTRACT

Conncet to one WWan Connection

ARGUMENTS

HTTP Arguments submit: POST

Test this API over HTTP - (URL):

DeviceObject

Optional. If specified, then it is ObjectID of network interface (please refer to getNetInterface.lua); if not specified, then it is the default WWan interface.

Test value:

Object
(MUST)

Connect to the WWan connection which its object name is this. (Object name can got by listWWanConnection.lua)

Test value:

RETURNS

Return a JSON style result. The JSON format is:

{
/*OBJECT*/

"Result":
NUMBER

200 means OK, other error code meanings are similar to HTTP Response.

"Status":
"STRING"

Status message. Responsing result status of API executive, if there errors, it will describe reasons.

}

OTHER NOTES

KILOVIEW Device HTTP API, v1.0