| 
    Lunchbox
    1.10.0
    
   | 
 
The ZeroConf operation result code. More...
#include <servus.h>
 Inheritance diagram for lunchbox::Servus::Result:
 Collaboration diagram for lunchbox::Servus::Result:Public Member Functions | |
| Result (const int32_t code) | |
| virtual | ~Result () | 
| Destruct the result.  More... | |
| LUNCHBOX_API std::string | getString () const override | 
  Public Member Functions inherited from lunchbox::Result | |
| Result (const int32_t code) | |
| Construct a new result.  More... | |
| operator bool_t () const | |
| bool | operator! () const | 
| bool | operator== (const int32_t code) const | 
| bool | operator!= (const int32_t code) const | 
| int32_t | getCode () const | 
Static Public Attributes | |
| static const int32_t | PENDING = -1 | 
| operation did not complete.  More... | |
| static const int32_t | NOT_SUPPORTED = -2 | 
| Lunchbox compiled without ZeroConf support.  More... | |
| static const int32_t | POLL_ERROR = -3 | 
| Error during polling for event.  More... | |
  Static Public Attributes inherited from lunchbox::Result | |
| static const int32_t | SUCCESS = 0 | 
Additional Inherited Members | |
  Protected Attributes inherited from lunchbox::Result | |
| int32_t | code_ | 
The ZeroConf operation result code.
The result code is either one of kDNSServiceErr_ or one of static constants defined by this class
      
  | 
  inlinevirtual | 
      
  | 
  overridevirtual | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static |