Interface for message handling.  
 More...
#include <net.h>
Interface for message handling. 
Definition at line 484 of file net.h.
 
◆ ~NetEventsInterface()
  
  
      
        
          | NetEventsInterface::~NetEventsInterface  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protecteddefault   | 
  
 
Protected destructor so that instances can only be deleted by derived classes. 
If that restriction is no longer desired, this should be made public and virtual. 
 
 
◆ FinalizeNode()
  
  
      
        
          | virtual void NetEventsInterface::FinalizeNode  | 
          ( | 
          NodeId  | 
          id,  | 
         
        
           | 
           | 
          bool &  | 
          update_connection_time  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ InitializeNode()
  
  
      
        
          | virtual void NetEventsInterface::InitializeNode  | 
          ( | 
          CNode *  | 
          pnode | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ ProcessMessages()
  
  
      
        
          | virtual bool NetEventsInterface::ProcessMessages  | 
          ( | 
          CNode *  | 
          pnode,  | 
         
        
           | 
           | 
          std::atomic< bool > &  | 
          interrupt  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ SendMessages()
  
  
      
        
          | virtual bool NetEventsInterface::SendMessages  | 
          ( | 
          CNode *  | 
          pnode | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
The documentation for this class was generated from the following file: