core: add +CIND parsing helpers

This commit is contained in:
Dan Williams
2010-11-28 19:45:53 -06:00
parent 5b34f40d1d
commit 9479c04aec
3 changed files with 204 additions and 0 deletions

View File

@@ -69,5 +69,11 @@ char *mm_create_device_identifier (guint vid,
const char *manf,
gboolean debug);
typedef struct CindResponse CindResponse;
GHashTable *mm_parse_cind_response (const char *reply, GError **error);
const char *cind_response_get_desc (CindResponse *r);
gint cind_response_get_min (CindResponse *r);
gint cind_response_get_max (CindResponse *r);
#endif /* MM_MODEM_HELPERS_H */