Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Options Class Reference
#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. | |
| bool | immedateObservationEnabled () |
| Enable/Disable Immediate Observationing. | |
| bool | enableGETObservationControl () |
| Enable/Disable Observation control via GET. | |
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.
Copy constructor.
Definition at line 33 of file Options.cpp.
| ~Options | ( | ) | [virtual] |
Destructor.
Definition at line 38 of file Options.cpp.
Member Function Documentation
| bool enableGETObservationControl | ( | ) |
Enable/Disable Observation control via GET.
Definition at line 139 of file Options.cpp.
| 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.
| bool immedateObservationEnabled | ( | ) |
Enable/Disable Immediate Observationing.
Definition at line 134 of file Options.cpp.
Generated on Tue Jul 12 2022 15:15:35 by
1.7.2
