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: MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more
ModMiMicSetting Class Reference
This class is a module for Httpd. More...
#include <ModMiMicSetting.h>
Inherits MiMic::ModBaseClass.
Public Member Functions | |
| ModMiMicSetting (const char *i_path) | |
| Constructor with parameter initialization. | |
| ModMiMicSetting () | |
| Default constructor. | |
| bool | execute (HttpdConnection &i_connection) |
| This function processes a request. | |
Private Member Functions | |
| virtual bool | canHandle (HttpdConnection &i_connection) |
| URLとパスプレフィクスi_pathを比較して、処理対象のURLかを計算します。 URLに'/i_path/'を含むパスを処理対象とみなします。 | |
Detailed Description
This class is a module for Httpd.
The class provides an REST-API to set and get the on-chip configuration MiMicHttpd. The class is wrapper of NyLPC_TcModMiMicSetting class.
Definition at line 18 of file ModMiMicSetting.h.
Constructor & Destructor Documentation
| ModMiMicSetting | ( | const char * | i_path ) |
Constructor with parameter initialization.
Definition at line 7 of file ModMiMicSetting.cpp.
| ModMiMicSetting | ( | ) |
Default constructor.
Must be call setParam function after constructed.
Definition at line 10 of file ModMiMicSetting.cpp.
Member Function Documentation
| bool execute | ( | HttpdConnection & | i_connection ) |
This function processes a request.
The function checks whether a connection has a target request. If necessary, it will transmit a response.
- Returns:
- TRUE if request was processed. otherwise FALSE.
Definition at line 20 of file ModMiMicSetting.cpp.
Generated on Tue Jul 12 2022 15:46:18 by
1.7.2
MiMic Webservice library