| Top |  |  |  |  | 
| enum | QmiUimEventRegistrationFlag | 
| enum | QmiUimSessionType | 
| enum | QmiUimFileType | 
| enum | QmiUimSecurityAttributeLogic | 
| enum | QmiUimSecurityAttribute | 
| enum | QmiUimCardState | 
| enum | QmiUimCardError | 
| enum | QmiUimPinState | 
| enum | QmiUimCardApplicationType | 
| enum | QmiUimCardApplicationState | 
| enum | QmiUimCardApplicationPersonalizationState | 
| enum | QmiUimCardApplicationPersonalizationFeature | 
| enum | QmiUimPinId | 
| enum | QmiUimCardProtocol | 
| enum | QmiUimPhysicalCardState | 
| enum | QmiUimSlotState | 
| enum | QmiUimRefreshMode | 
| enum | QmiUimRefreshStage | 
| enum | QmiUimConfiguration | 
| enum | QmiUimDepersonalizationOperation | 
GEnum ├── QmiUimCardApplicationPersonalizationFeature ├── QmiUimCardApplicationPersonalizationState ├── QmiUimCardApplicationState ├── QmiUimCardApplicationType ├── QmiUimCardError ├── QmiUimCardProtocol ├── QmiUimCardState ├── QmiUimDepersonalizationOperation ├── QmiUimFileType ├── QmiUimPhysicalCardState ├── QmiUimPinId ├── QmiUimPinState ├── QmiUimRefreshMode ├── QmiUimRefreshStage ├── QmiUimSecurityAttributeLogic ├── QmiUimSessionType ╰── QmiUimSlotState GFlags ├── QmiUimConfiguration ├── QmiUimEventRegistrationFlag ╰── QmiUimSecurityAttribute
const gchar *
qmi_uim_event_registration_flag_get_string
                               (QmiUimEventRegistrationFlag val);
Gets the nickname string for the QmiUimEventRegistrationFlag specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.22.4
const gchar *
qmi_uim_session_type_get_string (QmiUimSessionType val);
Gets the nickname string for the QmiUimSessionType specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.6
const gchar *
qmi_uim_file_type_get_string (QmiUimFileType val);
Gets the nickname string for the QmiUimFileType specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.6
const gchar *
qmi_uim_security_attribute_logic_get_string
                               (QmiUimSecurityAttributeLogic val);
Gets the nickname string for the QmiUimSecurityAttributeLogic specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.6
gchar *
qmi_uim_security_attribute_build_string_from_mask
                               (QmiUimSecurityAttribute mask);
Builds a string containing a comma-separated list of nicknames for
each QmiUimSecurityAttribute in mask
.
a string with the list of nicknames, or NULL if none given. The returned value should be freed with g_free(). 
[transfer full]
Since: 1.6
const gchar *
qmi_uim_card_state_get_string (QmiUimCardState val);
Gets the nickname string for the QmiUimCardState specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.10
const gchar *
qmi_uim_card_error_get_string (QmiUimCardError val);
Gets the nickname string for the QmiUimCardError specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.10
const gchar *
qmi_uim_pin_state_get_string (QmiUimPinState val);
Gets the nickname string for the QmiUimPinState specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.10
const gchar *
qmi_uim_card_application_type_get_string
                               (QmiUimCardApplicationType val);
Gets the nickname string for the QmiUimCardApplicationType specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.10
const gchar *
qmi_uim_card_application_state_get_string
                               (QmiUimCardApplicationState val);
Gets the nickname string for the QmiUimCardApplicationState specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.10
const gchar *
qmi_uim_card_application_personalization_state_get_string
                               (QmiUimCardApplicationPersonalizationState val);
Gets the nickname string for the QmiUimCardApplicationPersonalizationState specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.10
const gchar *
qmi_uim_card_application_personalization_feature_get_string
                               (QmiUimCardApplicationPersonalizationFeature val);
Gets the nickname string for the QmiUimCardApplicationPersonalizationFeature specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.10
const gchar *
qmi_uim_pin_id_get_string (QmiUimPinId val);
Gets the nickname string for the QmiUimPinId specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.14
const gchar *
qmi_uim_card_protocol_get_string (QmiUimCardProtocol val);
Gets the nickname string for the QmiUimCardProtocol specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.26
const gchar *
qmi_uim_physical_card_state_get_string
                               (QmiUimPhysicalCardState val);
Gets the nickname string for the QmiUimPhysicalCardState specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.26
const gchar *
qmi_uim_slot_state_get_string (QmiUimSlotState val);
Gets the nickname string for the QmiUimSlotState specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.26
const gchar *
qmi_uim_refresh_mode_get_string (QmiUimRefreshMode val);
Gets the nickname string for the QmiUimRefreshMode specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.28
const gchar *
qmi_uim_refresh_stage_get_string (QmiUimRefreshStage val);
Gets the nickname string for the QmiUimRefreshStage specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.28
gchar *
qmi_uim_configuration_build_string_from_mask
                               (QmiUimConfiguration mask);
Builds a string containing a comma-separated list of nicknames for
each QmiUimConfiguration in mask
.
a string with the list of nicknames, or NULL if none given. The returned value should be freed with g_free(). 
[transfer full]
Since: 1.30
const gchar *
qmi_uim_depersonalization_operation_get_string
                               (QmiUimDepersonalizationOperation val);
Gets the nickname string for the QmiUimDepersonalizationOperation specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.30
Type of UIM session.
| Primary GSM/WCDMA provisioning. | ||
| Primary CDMA1x provisioning. | ||
| Secondary GSM/WCDMA provisioning. | ||
| Secondary CDMA1x provisioning. | ||
| Nonprovisioning on slot 1. | ||
| Nonprovisioning on slot 2. | ||
| Card on slot 1. | ||
| Card on slot 2. | ||
| Logical channel on slot 1. | ||
| Logical channel on slot 2. | ||
| Tertiary GSM/WCDMA provisioning. Since 1.28. | ||
| Tertiary CDMA1x provisioning. Since 1.28. | ||
| Quaternary GSM/WCDMA provisioning. Since 1.28. | ||
| Quaternary CDMA1x provisioning. Since 1.28. | ||
| Quinary GSM/WCDMA provisioning. Since 1.28. | ||
| Quinary CDMA1x provisioning. Since 1.28. | ||
| Nonprovisioning on slot 3. Since 1.28. | ||
| Nonprovisioning on slot 4. Since 1.28. | ||
| Nonprovisioning on slot 5. Since 1.28. | ||
| Card on slot 3. Since 1.28. | ||
| Card on slot 4. Since 1.28. | ||
| Card on slot 5. Since 1.28. | ||
| Logical channel on slot 3. Since 1.28. | ||
| Logical channel on slot 4. Since 1.28. | ||
| Logical channel on slot 5. Since 1.28. | 
Since: 1.6
Card error.
| Unknown error. | ||
| Power down. | ||
| Poll error. | ||
| No ATR received. | ||
| Voltage mismatch. | ||
| Parity error. | ||
| Unknown error, possibly removed. | ||
| Technical problem. | 
Since: 1.10
Card application state.
| Unknown. | ||
| Detected. | ||
| PIN1 or UPIN PIN required. | ||
| PUK1 or UPIN PUK required. | ||
| Personalization state must be checked. | ||
| PIN1 blocked. | ||
| Illegal. | ||
| Ready | 
Since: 1.10
Card application personalization state.
Since: 1.10
Card application personalization feature, when a code is required.
Since: 1.10
Requested configurations. If none explicitly requested, all configuration items are returned.
Since: 1.30