diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-08-09 09:56:56 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-10-12 11:29:52 +0200 |
commit | 9d78f05cbd437169a6f4ca406166edbcc4042316 (patch) | |
tree | 2865f3ce92c232f8bcfbad5c58a8b941fa4629a8 /plugins/ublox/mm-modem-helpers-ublox.h | |
parent | 5d2e89e7129fadc92474fc55a87a84f7e6c98e12 (diff) |
ublox: new +URAT=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 a0ee611c..dcac084e 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.h +++ b/plugins/ublox/mm-modem-helpers-ublox.h @@ -86,5 +86,11 @@ gboolean mm_ublox_parse_urat_read_response (const gchar *response, MMModemMode *out_preferred, GError **error); +/*****************************************************************************/ +/* URAT=X command builder */ + +gchar *mm_ublox_build_urat_set_command (MMModemMode allowed, + MMModemMode preferred, + GError **error); #endif /* MM_MODEM_HELPERS_UBLOX_H */ |