diff options
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 */ |