isConnected static method

bool isConnected()

///////////////////

Implementation

static bool isConnected() {
  return instance._isConnected();
}