#include <NetworkWin10.h>
|
| CNetworkInterfaceWin10 (CNetworkWin10 *network, const PIP_ADAPTER_ADDRESSES adapter, ::IUnknown *winRTadapter) |
|
| ~CNetworkInterfaceWin10 (void) |
|
virtual const std::string & | GetName (void) const |
|
virtual bool | IsEnabled (void) const |
|
virtual bool | IsConnected (void) const |
|
virtual bool | IsWireless (void) const |
|
virtual std::string | GetMacAddress (void) const |
|
virtual void | GetMacAddressRaw (char rawMac[6]) const |
|
virtual bool | GetHostMacAddress (unsigned long host, std::string &mac) const |
|
virtual std::string | GetCurrentIPAddress () const |
|
virtual std::string | GetCurrentNetmask () const |
|
virtual std::string | GetCurrentDefaultGateway (void) const |
|
virtual std::string | GetCurrentWirelessEssId (void) const |
|
virtual void | GetSettings (NetworkAssignment &assignment, std::string &ipAddress, std::string &networkMask, std::string &defaultGateway, std::string &essId, std::string &key, EncMode &encryptionMode) const |
|
virtual void | SetSettings (const NetworkAssignment &assignment, const std::string &ipAddress, const std::string &networkMask, const std::string &defaultGateway, const std::string &essId, const std::string &key, const EncMode &encryptionMode) |
|
virtual std::vector< NetworkAccessPoint > | GetAccessPoints (void) const |
|
virtual | ~CNetworkInterface ()=default |
|
◆ CNetworkInterfaceWin10()
CNetworkInterfaceWin10::CNetworkInterfaceWin10 |
( |
CNetworkWin10 * |
network, |
|
|
const PIP_ADAPTER_ADDRESSES |
adapter, |
|
|
::IUnknown * |
winRTadapter |
|
) |
| |
◆ ~CNetworkInterfaceWin10()
CNetworkInterfaceWin10::~CNetworkInterfaceWin10 |
( |
void |
| ) |
|
|
default |
◆ GetAccessPoints()
◆ GetCurrentDefaultGateway()
std::string CNetworkInterfaceWin10::GetCurrentDefaultGateway |
( |
void |
| ) |
const |
|
virtual |
◆ GetCurrentIPAddress()
std::string CNetworkInterfaceWin10::GetCurrentIPAddress |
( |
void |
| ) |
const |
|
virtual |
◆ GetCurrentNetmask()
std::string CNetworkInterfaceWin10::GetCurrentNetmask |
( |
void |
| ) |
const |
|
virtual |
◆ GetCurrentWirelessEssId()
std::string CNetworkInterfaceWin10::GetCurrentWirelessEssId |
( |
void |
| ) |
const |
|
virtual |
◆ GetHostMacAddress()
bool CNetworkInterfaceWin10::GetHostMacAddress |
( |
unsigned long |
host, |
|
|
std::string & |
mac |
|
) |
| const |
|
virtual |
◆ GetMacAddress()
std::string CNetworkInterfaceWin10::GetMacAddress |
( |
void |
| ) |
const |
|
virtual |
◆ GetMacAddressRaw()
void CNetworkInterfaceWin10::GetMacAddressRaw |
( |
char |
rawMac[6] | ) |
const |
|
virtual |
◆ GetName()
const std::string & CNetworkInterfaceWin10::GetName |
( |
void |
| ) |
const |
|
virtual |
◆ GetSettings()
void CNetworkInterfaceWin10::GetSettings |
( |
NetworkAssignment & |
assignment, |
|
|
std::string & |
ipAddress, |
|
|
std::string & |
networkMask, |
|
|
std::string & |
defaultGateway, |
|
|
std::string & |
essId, |
|
|
std::string & |
key, |
|
|
EncMode & |
encryptionMode |
|
) |
| const |
|
virtual |
◆ IsConnected()
bool CNetworkInterfaceWin10::IsConnected |
( |
void |
| ) |
const |
|
virtual |
◆ IsEnabled()
bool CNetworkInterfaceWin10::IsEnabled |
( |
void |
| ) |
const |
|
virtual |
◆ IsWireless()
bool CNetworkInterfaceWin10::IsWireless |
( |
void |
| ) |
const |
|
virtual |
◆ SetSettings()
void CNetworkInterfaceWin10::SetSettings |
( |
const NetworkAssignment & |
assignment, |
|
|
const std::string & |
ipAddress, |
|
|
const std::string & |
networkMask, |
|
|
const std::string & |
defaultGateway, |
|
|
const std::string & |
essId, |
|
|
const std::string & |
key, |
|
|
const EncMode & |
encryptionMode |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: