isConnected method

bool isConnected()

Implementation

bool isConnected() {
  return status == C.STATUS_CONNECTED;
}