isConnecting method

bool isConnecting()

Implementation

bool isConnecting() {
  return status == C.STATUS_CONNECTING;
}