diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-29 17:50:49 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-05 19:15:15 +0200 |
commit | 0db920b7624337fa0b98d17d452fe7b6ecb1f076 (patch) | |
tree | 9942a8ab3fb5f570122205f91b4f605a12ed7ef5 /libmm-glib/mm-common-helpers.h | |
parent | da606ef572eeca18af14d04cbcb94f7e7c7eb474 (diff) |
mmcli: new '--set-current-capabilities' command
New command to allow changing modem capabilities, if supported. The modem will
power cycle automatically after having changed them.
Diffstat (limited to 'libmm-glib/mm-common-helpers.h')
-rw-r--r-- | libmm-glib/mm-common-helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-glib/mm-common-helpers.h b/libmm-glib/mm-common-helpers.h index 891eb9da..161d9030 100644 --- a/libmm-glib/mm-common-helpers.h +++ b/libmm-glib/mm-common-helpers.h @@ -38,6 +38,8 @@ gchar *mm_common_build_sms_storages_string (const MMSmsStorage *storages, gchar *mm_common_build_mode_combinations_string (const MMModemModeCombination *modes, guint n_modes); +MMModemCapability mm_common_get_capabilities_from_string (const gchar *str, + GError **error); MMModemMode mm_common_get_modes_from_string (const gchar *str, GError **error); void mm_common_get_bands_from_string (const gchar *str, |