Constructor
new OnboardingResult(thingID, mqttEndPoint, mqttEndPoint)
Create a OnboardingResult.
Parameters:
Name | Type | Description |
---|---|---|
thingID |
string | |
mqttEndPoint |
string | |
mqttEndPoint |
MqttEndpoint |
Properties:
Name | Type | Description |
---|---|---|
thingID |
string | ID of the thing given by IoT Cloud. |
accessToken |
string | Access token of the thing. |
mqttEndPoint |
MqttEndpoint | MQTT installation details. |