observe updates

Fork of mbedConnectorInterface by Doug Anson

Embed: (wiki syntax)

« Back to documentation index

Options Class Reference

Options Class Reference

Options class. More...

#include <Options.h>

Inherited by OptionsBuilder [private].

Public Member Functions

 Options ()
 Default constructor.
 Options (const Options &opt)
 Copy constructor.
virtual ~Options ()
 Destructor.
char * getLifetime ()
 Get the node lifetime.
string getDomain ()
 Get the NSP domain.
string getEndpointNodename ()
 Get the node name.
string getEndpointType ()
 Get the node type.
int getNSPPortNumber ()
 Get the NSP port number.
uint32_t getRadioChannelList ()
 Get the node radio channel list.
int getReadUpdatePeriod ()
 Get the NSP read update period.
uint8_t * getNSPAddress ()
 Get the NSP address.
uint8_t * getMACAddress ()
 Get the node MAC address.
StaticResourcesList * getStaticResourceList ()
 Get the list of static resources.
DynamicResourcesList * getDynamicResourceList ()
 Get the list of dynamic resources.
string getWiFiSSID ()
 Get the WiFi SSID.
WiFiAuthTypes getWiFiAuthType ()
 Get the WiFi Auth Type.
string getWiFiAuthKey ()
 Get the WiFi Auth Key.
string getNetworkID ()
 Get the 802.15.4 Network ID.
uint8_t getRadioChannel ()
 Get the 802.15.4 Radio channel.

Detailed Description

Options class.

Definition at line 65 of file Options.h.


Constructor & Destructor Documentation

Options (  )

Default constructor.

Definition at line 28 of file Options.cpp.

Options ( const Options opt )

Copy constructor.

Definition at line 33 of file Options.cpp.

~Options (  ) [virtual]

Destructor.

Definition at line 38 of file Options.cpp.


Member Function Documentation

string getDomain (  )

Get the NSP domain.

Definition at line 49 of file Options.cpp.

DynamicResourcesList * getDynamicResourceList (  )

Get the list of dynamic resources.

Definition at line 103 of file Options.cpp.

string getEndpointNodename (  )

Get the node name.

Definition at line 55 of file Options.cpp.

string getEndpointType (  )

Get the node type.

Definition at line 61 of file Options.cpp.

char * getLifetime (  )

Get the node lifetime.

Definition at line 43 of file Options.cpp.

uint8_t * getMACAddress (  )

Get the node MAC address.

Definition at line 91 of file Options.cpp.

string getNetworkID (  )

Get the 802.15.4 Network ID.

Definition at line 124 of file Options.cpp.

uint8_t * getNSPAddress (  )

Get the NSP address.

Definition at line 85 of file Options.cpp.

int getNSPPortNumber (  )

Get the NSP port number.

Definition at line 67 of file Options.cpp.

uint8_t getRadioChannel (  )

Get the 802.15.4 Radio channel.

Definition at line 129 of file Options.cpp.

uint32_t getRadioChannelList (  )

Get the node radio channel list.

Definition at line 73 of file Options.cpp.

int getReadUpdatePeriod (  )

Get the NSP read update period.

Definition at line 79 of file Options.cpp.

StaticResourcesList * getStaticResourceList (  )

Get the list of static resources.

Definition at line 97 of file Options.cpp.

string getWiFiAuthKey (  )

Get the WiFi Auth Key.

Definition at line 119 of file Options.cpp.

WiFiAuthTypes getWiFiAuthType (  )

Get the WiFi Auth Type.

Definition at line 114 of file Options.cpp.

string getWiFiSSID (  )

Get the WiFi SSID.

Definition at line 109 of file Options.cpp.