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

#include <NetworkWasm.h>

Inheritance diagram for CNetworkInterfaceWasm:
CNetworkInterface

Public Member Functions

 CNetworkInterfaceWasm ()=default
 
 ~CNetworkInterfaceWasm () override=default
 
bool IsEnabled () const override
 
bool IsConnected () const override
 
std::string GetMacAddress () const override
 
void GetMacAddressRaw (char rawMac[6]) const override
 
bool GetHostMacAddress (unsigned long host, std::string &mac) const override
 
std::string GetCurrentIPAddress () const override
 
std::string GetCurrentNetmask () const override
 
std::string GetCurrentDefaultGateway () const override
 
- Public Member Functions inherited from CNetworkInterface
virtual ~CNetworkInterface ()=default
 

Constructor & Destructor Documentation

◆ CNetworkInterfaceWasm()

CNetworkInterfaceWasm::CNetworkInterfaceWasm ( )
default

◆ ~CNetworkInterfaceWasm()

CNetworkInterfaceWasm::~CNetworkInterfaceWasm ( )
overridedefault

Member Function Documentation

◆ GetCurrentDefaultGateway()

std::string CNetworkInterfaceWasm::GetCurrentDefaultGateway ( void ) const
inlineoverridevirtual

Implements CNetworkInterface.

◆ GetCurrentIPAddress()

std::string CNetworkInterfaceWasm::GetCurrentIPAddress ( void ) const
inlineoverridevirtual

Implements CNetworkInterface.

◆ GetCurrentNetmask()

std::string CNetworkInterfaceWasm::GetCurrentNetmask ( void ) const
inlineoverridevirtual

Implements CNetworkInterface.

◆ GetHostMacAddress()

bool CNetworkInterfaceWasm::GetHostMacAddress ( unsigned long host,
std::string & mac ) const
inlineoverridevirtual

Implements CNetworkInterface.

◆ GetMacAddress()

std::string CNetworkInterfaceWasm::GetMacAddress ( void ) const
inlineoverridevirtual

Implements CNetworkInterface.

◆ GetMacAddressRaw()

void CNetworkInterfaceWasm::GetMacAddressRaw ( char rawMac[6]) const
overridevirtual

Implements CNetworkInterface.

◆ IsConnected()

bool CNetworkInterfaceWasm::IsConnected ( void ) const
overridevirtual

Implements CNetworkInterface.

◆ IsEnabled()

bool CNetworkInterfaceWasm::IsEnabled ( void ) const
inlineoverridevirtual

Implements CNetworkInterface.


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