ClientID property
Gets or sets the client ID. Read/write. String.
Syntax
connOption
.ClientID
where
connOption
- is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
.Default value
If this property is omitted, SE Client will automatically generate random a client ID, starting with "
SE_
".Provide Feedback