![]() |
Cinder
0.9.1
|
#include <System.h>
Public Member Functions | |
const std::string & | getName () const |
const std::string & | getIpAddress () const |
const std::string & | getSubnetMask () const |
NetworkAdapter (const std::string &name, const std::string &ip, const std::string &subnetMask) | |
Represents a single Network Adapter of the system.
cinder::System::NetworkAdapter::NetworkAdapter | ( | const std::string & | name, |
const std::string & | ip, | ||
const std::string & | subnetMask | ||
) |
const std::string& cinder::System::NetworkAdapter::getName | ( | ) | const |
const std::string& cinder::System::NetworkAdapter::getIpAddress | ( | ) | const |
const std::string& cinder::System::NetworkAdapter::getSubnetMask | ( | ) | const |
Returns the subnet mask as a string in the form "255.255.240.0". On WinRT returns the prefix length.