The low-level implementation for local network interface discovery.  
 More...
#include <module.h>
 | 
| static void  | use () | 
|   | Instantiate the sys network discovery module for the process.  More...
  | 
|   | 
| static void  | dispose () | 
|   | Unload the sys network discovery module for the process.  More...
  | 
|   | 
 | 
|   | Module () | 
|   | Register and construct a new module.  More...
  | 
|   | 
| virtual bool  | announce (const std::string &session) const | 
|   | Announce the information about all found resources.  More...
  | 
|   | 
| 
Module< NetInfos > *  | next_ | 
|   | 
| 
static HWSD_INL Module< NetInfos > *  | stack_ | 
|   | 
The low-level implementation for local network interface discovery. 
Definition at line 35 of file net/sys/module.h.
 
  
  
      
        
          | virtual NetInfos hwsd::net::sys::Module::discover  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
protectedvirtual   | 
  
 
 
  
  
      
        
          | static void hwsd::net::sys::Module::dispose  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Unload the sys network discovery module for the process. 
 
 
  
  
      
        
          | static void hwsd::net::sys::Module::use  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Instantiate the sys network discovery module for the process. 
 
 
The documentation for this class was generated from the following file: