libmcm
1.4.0
A client library for Moxa Connection Management
|
Go to the source code of this file.
Enumerations | |
enum | { GPS_STATE_UNKNOWN = -1 , GPS_STATE_DISABLED = 0 , GPS_STATE_ENABLED = 1 } |
Functions | |
int | mcm_gps_control (char *interfaceName, int enabled) |
A helper function to enable/disable GPS. More... | |
int | mcm_gps_get_state (char *interfaceName) |
A helper function to get GPS state. More... | |
This library is for Moxa Connection Management
int mcm_gps_control | ( | char * | interfaceName, |
int | enabled | ||
) |
A helper function to enable/disable GPS.
interfaceName | (input) Interface name. |
enabled | (input) . |
int mcm_gps_get_state | ( | char * | interfaceName | ) |
A helper function to get GPS state.
interfaceName | (input) Interface name. |