Cinder  0.9.1
Public Member Functions | List of all members
cinder::System::NetworkAdapter Class Reference

#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)
 

Detailed Description

Represents a single Network Adapter of the system.

Constructor & Destructor Documentation

cinder::System::NetworkAdapter::NetworkAdapter ( const std::string &  name,
const std::string &  ip,
const std::string &  subnetMask 
)

Member Function Documentation

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.


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