isConnected static method

bool isConnected()

Implementation

static bool isConnected() {
  return BytedeskUtils.isMqttConnected();
}