diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-08-21 12:29:01 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-15 10:31:21 -0700 |
commit | dbb8f7235dcf7a76e1e0f56891fa7c4d4e87a5d6 (patch) | |
tree | 2ed10ffd99e9560cb38c60adedfa3831f558a62c /plugins/ublox/mm-modem-helpers-ublox.h | |
parent | 56e71127125d7e60f674925a5a9b6bc47beda07b (diff) |
ublox: new AT+UACT? response parser
Diffstat (limited to 'plugins/ublox/mm-modem-helpers-ublox.h')
-rw-r--r-- | plugins/ublox/mm-modem-helpers-ublox.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ublox/mm-modem-helpers-ublox.h b/plugins/ublox/mm-modem-helpers-ublox.h index fc25feed..cac11ade 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.h +++ b/plugins/ublox/mm-modem-helpers-ublox.h @@ -107,6 +107,12 @@ gchar *mm_ublox_build_ubandsel_set_command (GArray *bands, GError **error); /*****************************************************************************/ +/* UACT? response parser */ + +GArray *mm_ublox_parse_uact_response (const gchar *response, + GError **error); + +/*****************************************************************************/ /* Get mode to apply when ANY */ MMModemMode mm_ublox_get_modem_mode_any (const GArray *combinations); |