Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CNetworkWin10 Class Reference

#include <NetworkWin10.h>

Inheritance diagram for CNetworkWin10:
CNetworkBase

Public Member Functions

 CNetworkWin10 ()
 
virtual ~CNetworkWin10 (void)
 
std::vector< CNetworkInterface * > & GetInterfaceList (void) override
 
CNetworkInterfaceGetFirstConnectedInterface () override
 
std::vector< std::string > GetNameServers (void) override
 
bool PingHost (unsigned long host, unsigned int timeout_ms=2000) override
 
- Public Member Functions inherited from CNetworkBase
 CNetworkBase ()
 
virtual ~CNetworkBase ()
 
CNetworkServicesGetServices ()
 
virtual bool GetHostName (std::string &hostname)
 
bool HasInterfaceForIP (unsigned long address)
 
bool IsAvailable (void)
 
bool IsConnected (void)
 
bool WakeOnLan (const char *mac)
 
bool PingHost (unsigned long host, unsigned short port, unsigned int timeout_ms=2000, bool readability_check=false)
 
void NetworkMessage (EMESSAGE message, int param)
 
bool IsLocalHost (const std::string &hostname)
 
void WaitForNet ()
 

Friends

class CNetworkInterfaceWin10
 

Additional Inherited Members

- Public Types inherited from CNetworkBase
enum  EMESSAGE { SERVICES_UP , SERVICES_DOWN }
 
- Static Public Member Functions inherited from CNetworkBase
static std::unique_ptr< CNetworkBaseGetNetwork ()
 
static int ParseHex (char *str, unsigned char *addr)
 
static std::string GetIpStr (const sockaddr *sa)
 IPv6/IPv4 compatible conversion of host IP address.
 
static std::string GetMaskByPrefixLength (uint8_t prefixLength)
 convert prefix length of IPv4 address to IP mask representation
 
- Public Attributes inherited from CNetworkBase
std::unique_ptr< CNetworkServicesm_services
 

Constructor & Destructor Documentation

◆ CNetworkWin10()

CNetworkWin10::CNetworkWin10 ( )

◆ ~CNetworkWin10()

CNetworkWin10::~CNetworkWin10 ( void )
virtual

Member Function Documentation

◆ GetFirstConnectedInterface()

CNetworkInterface * CNetworkWin10::GetFirstConnectedInterface ( void )
overridevirtual

Reimplemented from CNetworkBase.

◆ GetInterfaceList()

std::vector< CNetworkInterface * > & CNetworkWin10::GetInterfaceList ( void )
overridevirtual

Implements CNetworkBase.

◆ GetNameServers()

std::vector< std::string > CNetworkWin10::GetNameServers ( void )
overridevirtual

Implements CNetworkBase.

◆ PingHost()

bool CNetworkWin10::PingHost ( unsigned long host,
unsigned int timeout_ms = 2000 )
overridevirtual

Implements CNetworkBase.

Friends And Related Symbol Documentation

◆ CNetworkInterfaceWin10

friend class CNetworkInterfaceWin10
friend

The documentation for this class was generated from the following files: