diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-08-04 10:38:40 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-10-12 11:29:52 +0200 |
commit | 81715ee591599d0774b43006691998bb461f8fa9 (patch) | |
tree | e57ef65a1f3e4bf482617d9509675167f484cee3 /plugins/ublox/mm-modem-helpers-ublox.h | |
parent | bc07ec0835a524970e1c35b055788b35da9b0d23 (diff) |
ublox: new +UIPADDR=N response parser
Diffstat (limited to 'plugins/ublox/mm-modem-helpers-ublox.h')
-rw-r--r-- | plugins/ublox/mm-modem-helpers-ublox.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/ublox/mm-modem-helpers-ublox.h b/plugins/ublox/mm-modem-helpers-ublox.h index e8b9f22b..c97724da 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.h +++ b/plugins/ublox/mm-modem-helpers-ublox.h @@ -45,4 +45,16 @@ gboolean mm_ublox_parse_ubmconf_response (const gchar *response, MMUbloxNetworkingMode *out_mode, GError **error); +/*****************************************************************************/ +/* UIPADDR=N response parser */ + +gboolean mm_ublox_parse_uipaddr_response (const gchar *response, + guint *out_cid, + gchar **out_if_name, + gchar **out_ipv4_address, + gchar **out_ipv4_subnet, + gchar **out_ipv6_global_address, + gchar **out_ipv6_link_local_address, + GError **error); + #endif /* MM_MODEM_HELPERS_UBLOX_H */ |