33 GPS_STATE_UNKNOWN = -1,
34 GPS_STATE_DISABLED = 0,
35 GPS_STATE_ENABLED = 1,
bool enabled
Definition: mcm-base-info.h:0
int mcm_gps_control(char *interfaceName, int enabled)
A helper function to enable/disable GPS.
Definition: mcm-gps.c:16
int mcm_gps_get_state(char *interfaceName)
A helper function to get GPS state.
Definition: mcm-gps.c:59