#include <ndn-cxx/net/network-monitor.hpp>
Definition at line 131 of file network-monitor.hpp.
 
◆ Error
◆ ~NetworkMonitorImpl()
  
  | 
        
          | virtual ndn::net::NetworkMonitorImpl::~NetworkMonitorImpl | ( |  | ) |  |  | virtualdefault | 
 
 
◆ emit_onEnumerationCompleted()
template<typename ... TArgs> 
  
  | 
        
          | void ndn::net::NetworkMonitorImpl::emit_onEnumerationCompleted | ( | const TArgs &... | args | ) |  |  | inlineprotected | 
 
 
◆ emit_onInterfaceAdded()
template<typename ... TArgs> 
  
  | 
        
          | void ndn::net::NetworkMonitorImpl::emit_onInterfaceAdded | ( | const TArgs &... | args | ) |  |  | inlineprotected | 
 
 
◆ emit_onInterfaceRemoved()
template<typename ... TArgs> 
  
  | 
        
          | void ndn::net::NetworkMonitorImpl::emit_onInterfaceRemoved | ( | const TArgs &... | args | ) |  |  | inlineprotected | 
 
 
◆ emit_onNetworkStateChanged()
template<typename ... TArgs> 
  
  | 
        
          | void ndn::net::NetworkMonitorImpl::emit_onNetworkStateChanged | ( | const TArgs &... | args | ) |  |  | inlineprotected | 
 
 
◆ getCapabilities()
  
  | 
        
          | virtual uint32_t ndn::net::NetworkMonitorImpl::getCapabilities | ( |  | ) | const |  | pure virtual | 
 
 
◆ getNetworkInterface()
  
  | 
        
          | virtual shared_ptr<const NetworkInterface> ndn::net::NetworkMonitorImpl::getNetworkInterface | ( | const std::string & |  | ) | const |  | pure virtual | 
 
 
◆ listNetworkInterfaces()
  
  | 
        
          | virtual std::vector<shared_ptr<const NetworkInterface> > ndn::net::NetworkMonitorImpl::listNetworkInterfaces | ( |  | ) | const |  | pure virtual | 
 
 
◆ makeNetworkInterface()
  
  | 
        
          | shared_ptr< NetworkInterface > ndn::net::NetworkMonitorImpl::makeNetworkInterface | ( |  | ) |  |  | staticprotected | 
 
 
◆ onEnumerationCompleted
◆ onInterfaceAdded
◆ onInterfaceRemoved
◆ onNetworkStateChanged