![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
double | get_linkspeed () |
void | set_linkspeed (double) |
String * | get_networkConnectionDetails () |
void | set_networkConnectionDetails (const String &) |
bool | get_vpn () |
void | set_vpn (bool) |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (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) |
double client::MSNetworkConnectivityInfo::get_linkspeed | ( | ) |
String* client::MSNetworkConnectivityInfo::get_networkConnectionDetails | ( | ) |
bool client::MSNetworkConnectivityInfo::get_vpn | ( | ) |
void client::MSNetworkConnectivityInfo::set_linkspeed | ( | double | ) |
void client::MSNetworkConnectivityInfo::set_networkConnectionDetails | ( | const String & | ) |
void client::MSNetworkConnectivityInfo::set_vpn | ( | bool | ) |