Represents a single Network Adapter of the system. More...
#include <System.h>
Public Member Functions | |
const std::string & | getName () const |
const std::string & | getIpAddress () const |
NetworkAdapter (const std::string &name, const std::string &ip) | |
Represents a single Network Adapter of the system.
cinder::System::NetworkAdapter::NetworkAdapter | ( | const std::string & | name, |
const std::string & | ip | ||
) |
const std::string& cinder::System::NetworkAdapter::getName | ( | ) | const |
const std::string& cinder::System::NetworkAdapter::getIpAddress | ( | ) | const |