Example #1
0
 /**
  * Was there a failure on the #Port object?
  */
 bool HasPortFailed() const {
   return config.IsAvailable() && config.UsesPort() && port == nullptr;
 }