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
16int mcm_control_start(void);
17
24int mcm_control_stop(void);
25
32int mcm_control_reload(void);
33
40const char *
42
50
58
59#endif
char interface_name[64]
Definition: mcm-base-info.h:0
const char * mcm_control_get_state(void)
A helper function to stop MCMD.
Definition: mcm-control.c:123
int mcm_control_reload(void)
A helper function to reload configure files.
Definition: mcm-control.c:84
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