<< iot_get bytecode_iot_module iot_send >>

bytecode_iot_module >> bytecode_iot_module > iot_init

iot_init

Initialize a connection to a cloud

Syntax

obj = iot_init(cloud)
obj = iot_init(cloud,options)

Parameters

cloud :

A string containing the name of the cloud to be connected.

options :

Key-value pair arguments required to initialize. Varies between clouds.

obj :

A struct containing information needed to be used by iot_sen and iot_get


Report an issue
<< iot_get bytecode_iot_module iot_send >>