aboutsummaryrefslogtreecommitdiff
path: root/plugins/ublox/mm-modem-helpers-ublox.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-08-22 11:12:48 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-09-15 10:31:21 -0700
commita0768a13f66a33cbad3d03b4ff067ec4c2fd88a3 (patch)
tree74fdaa3d9dab9ff36e86b34d1a1a40fc5f2acc0d /plugins/ublox/mm-modem-helpers-ublox.h
parent826c5ad74a882dd8a74448c1ed8b5ea031713836 (diff)
ublox: new AT+UACT=X command builder
Diffstat (limited to 'plugins/ublox/mm-modem-helpers-ublox.h')
-rw-r--r--plugins/ublox/mm-modem-helpers-ublox.h6
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 516e49f6..a4b73108 100644
--- a/plugins/ublox/mm-modem-helpers-ublox.h
+++ b/plugins/ublox/mm-modem-helpers-ublox.h
@@ -122,6 +122,12 @@ gboolean mm_ublox_parse_uact_test (const gchar *response,
GError **error);
/*****************************************************************************/
+/* UACT=X command builder */
+
+gchar *mm_ublox_build_uact_set_command (GArray *bands,
+ GError **error);
+
+/*****************************************************************************/
/* Get mode to apply when ANY */
MMModemMode mm_ublox_get_modem_mode_any (const GArray *combinations);