Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
cinder::System::NetworkAdapter Class Reference

Represents a single Network Adapter of the system. More...

#include <System.h>

Public Member Functions

const std::stringgetName () const
 
const std::stringgetIpAddress () const
 
 NetworkAdapter (const std::string &name, const std::string &ip)
 

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 
)

Member Function Documentation

const std::string& cinder::System::NetworkAdapter::getName ( ) const
const std::string& cinder::System::NetworkAdapter::getIpAddress ( ) const

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