API documentation  2.0rc1
Public Member Functions | List of all members
client::MSIPAddressInfo Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

Stringget_ipAddr ()
 
void set_ipAddr (const String &)
 
Stringget_manufacturerMacAddrMask ()
 
void set_manufacturerMacAddrMask (const String &)
 
double get_port ()
 
void set_port (double)
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Member Function Documentation

◆ get_ipAddr()

String* client::MSIPAddressInfo::get_ipAddr ( )

◆ get_manufacturerMacAddrMask()

String* client::MSIPAddressInfo::get_manufacturerMacAddrMask ( )

◆ get_port()

double client::MSIPAddressInfo::get_port ( )

◆ set_ipAddr()

void client::MSIPAddressInfo::set_ipAddr ( const String )

◆ set_manufacturerMacAddrMask()

void client::MSIPAddressInfo::set_manufacturerMacAddrMask ( const String )

◆ set_port()

void client::MSIPAddressInfo::set_port ( double  )