Connected property
Gets the client connection status. Read-only. Boolean.
The Boolean value is True if the client is connected with the broker and False otherwise.
Syntax
mqttClient
.Connected
where
mqttClient
- is an MQTTClient object created by the MQTTFactory object's method CreateClient
.Provide Feedback