IPWorks IoT 2020 Android Edition

Questions / Feedback?

ClientId Property

A string that uniquely identifies this instance of the component to the server.

Syntax

public String getClientId();
public void setClientId(String clientId);

Remarks

The ClientId string is used by the server to uniquely identify each client that is connected to it.

If ClientId is empty when Connect is called, the component's behavior depends on value of CleanSession. If CleanSession is True, the component will automatically generate a unique value for ClientId before connecting. If CleanSession is False, the component throws an exception.

This property is not available at design time.

Default Value

""

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 Android Edition - Version 20.0 [Build 8265]