#include <NetworkConnection.h>
Public Attributes | |
bool | isConnected |
std::string | networkName |
int | networkChannel |
int | signalStrength |
std::string | networkAddress |
std::string | hardwareAddress |
Information about a network connection. The structure is commonly used to store both GPRS and WLAN network information.
std::string GENERIC_NETWORK_INFO::hardwareAddress |
Specified the hardware address of the network adapter (MAC)
Specifies if the network connection is active
std::string GENERIC_NETWORK_INFO::networkAddress |
Specifies the acquired network IP address
Contains the network channel currently in use
std::string GENERIC_NETWORK_INFO::networkName |
Contains the name of the network, i.e. SSID in case of WLAN and operator name in case of GPRS
Specifies the received signal strength in percent 0..100