libmcm
1.4.0
A client library for Moxa Connection Management
|
Go to the source code of this file.
Functions | |
int | mcm_control_start (void) |
A helper function to start MCMD. More... | |
int | mcm_control_stop (void) |
A helper function to stop MCMD. More... | |
int | mcm_control_reload (void) |
A helper function to reload configure files. More... | |
const char * | mcm_control_get_state (void) |
A helper function to stop MCMD. More... | |
int | mcm_control_reset_factory (void) |
A helper function to reset factory configure files. More... | |
int | mcm_control_reset_interface_factory (const char *interface_name) |
A helper function to reset interface configure files. More... | |
This library is for Moxa Connection Management
const char* mcm_control_get_state | ( | void | ) |
A helper function to stop MCMD.
int mcm_control_reload | ( | void | ) |
A helper function to reload configure files.
int mcm_control_reset_factory | ( | void | ) |
A helper function to reset factory configure files.
int mcm_control_reset_interface_factory | ( | const char * | interface_name | ) |
A helper function to reset interface configure files.
int mcm_control_start | ( | void | ) |
A helper function to start MCMD.
int mcm_control_stop | ( | void | ) |
A helper function to stop MCMD.