libmcm  1.4.0
A client library for Moxa Connection Management
mcm-control.h
Go to the documentation of this file.
1 
7 #ifndef _MCM_CONTROL_H_
8 #define _MCM_CONTROL_H_
9 #include <stdbool.h>
10 
17 int mcm_control_start(void);
18 
25 int mcm_control_stop(void);
26 
35 int mcm_control_reload(bool dyn_conf);
36 
43 const char *
45 
53 
61 
62 #endif
char interface_name[64]
Definition: mcm-base-info.h:0
int mcm_control_reload(bool dyn_conf)
A helper function to reload configure files.
Definition: mcm-control.c:84
const char * mcm_control_get_state(void)
A helper function to get the state.
Definition: mcm-control.c:123
int mcm_control_reset_interface_factory(const char *interface_name)
A helper function to reset interface configure files.
Definition: mcm-control.c:185
int mcm_control_stop(void)
A helper function to stop MCMD.
Definition: mcm-control.c:50
int mcm_control_start(void)
A helper function to start MCMD.
Definition: mcm-control.c:16
int mcm_control_reset_factory(void)
A helper function to reset factory configure files.
Definition: mcm-control.c:152