-
public interface IThingServer
Determine MQTT service connection status
-
-
Method Summary
Modifier and Type Method Description abstract boolean
isServerConnect()
Whether MQTT is connected to server. -
-
Method Detail
-
isServerConnect
abstract boolean isServerConnect()
Whether MQTT is connected to server.
-
-
-
-