|
libmcm
1.4.0
A client library for Moxa Connection Management
|
#include <stdbool.h>Go to the source code of this file.
Functions | |
| int | mcm_dyn_conf_mod (char *confName, char *groupName, char *keyName, char *value) |
| A function to configure the settings. More... | |
| int | mcm_dyn_conf_update_profile_list (char *ifaceName, char *action, char *number) |
| A function to configure the settings. More... | |
| int | mcm_dyn_conf_save () |
| A function to save the settings. More... | |
| int | mcm_dyn_conf_list (char *confName, bool display_json) |
| A function to list the settings of the configuration. More... | |
This library is for Moxa Connection Management
| int mcm_dyn_conf_list | ( | char * | confName, |
| bool | display_json | ||
| ) |
A function to list the settings of the configuration.
| confName | (input) Conf name. |
| display_json | (input) Display JSON format data if set to true. |
| int mcm_dyn_conf_mod | ( | char * | confName, |
| char * | groupName, | ||
| char * | keyName, | ||
| char * | value | ||
| ) |
A function to configure the settings.
| confName | (input) Conf name. |
| groupName | (input) Group name. |
| keyName | (input) Key name. |
| value | (input) Value of the key. |
| int mcm_dyn_conf_save | ( | ) |
A function to save the settings.
| int mcm_dyn_conf_update_profile_list | ( | char * | ifaceName, |
| char * | action, | ||
| char * | number | ||
| ) |
A function to configure the settings.
| ifaceName | (input) Interface name. |
| action | (input) Action name. |
| number | (input) Profile number name. |