diff options
Diffstat (limited to 'plugins/telit/mm-modem-helpers-telit.h')
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/telit/mm-modem-helpers-telit.h b/plugins/telit/mm-modem-helpers-telit.h index 24c39e08..1cf76f00 100644 --- a/plugins/telit/mm-modem-helpers-telit.h +++ b/plugins/telit/mm-modem-helpers-telit.h @@ -110,4 +110,13 @@ typedef enum { /*< underscore_name=mm_telit_qss_status >*/ MMTelitQssStatus mm_telit_parse_qss_query (const gchar *response, GError **error); +/* CSIM lock state */ +typedef enum { /*< underscore_name=mm_telit_csim_lock_state >*/ + CSIM_LOCK_STATE_UNKNOWN, + CSIM_LOCK_STATE_UNLOCKED, + CSIM_LOCK_STATE_LOCK_REQUESTED, + CSIM_LOCK_STATE_LOCKED, +} MMTelitCsimLockState; + + #endif /* MM_MODEM_HELPERS_TELIT_H */ |