diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-08-12 18:03:32 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-10-12 13:24:09 +0200 |
commit | 1c69a847ae0ac2435d48525714bccdc699fab72b (patch) | |
tree | 31da44c95fdb2d68c1b6736fefa51b3a80ac9987 /plugins/ublox/mm-modem-helpers-ublox.h | |
parent | c165f24514e1d5ab05c08dd7480241955006b2fa (diff) |
ublox: new +UBANDSEL=X command builder
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 bd4f5e2b..06520597 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.h +++ b/plugins/ublox/mm-modem-helpers-ublox.h @@ -101,6 +101,12 @@ GArray *mm_ublox_parse_ubandsel_response (const gchar *response, GError **error); /*****************************************************************************/ +/* UBANDSEL=X command builder */ + +gchar *mm_ublox_build_ubandsel_set_command (GArray *bands, + GError **error); + +/*****************************************************************************/ /* Get mode to apply when ANY */ MMModemMode mm_ublox_get_modem_mode_any (const GArray *combinations); |