Enumeration

QmiDmsUimState

since: 1.0

Declaration

enum Qmi.DmsUimState

Description [src]

State of the UIM.

Available since: 1.0

Members

QMI_DMS_UIM_STATE_INITIALIZATION_COMPLETED

UIM initialization completed.

  • Value: 0
  • Available since: 1.0
QMI_DMS_UIM_STATE_LOCKED_OR_FAILED

UIM is locked or failed.

  • Value: 1
  • Available since: 1.0
QMI_DMS_UIM_STATE_NOT_PRESENT

No UIM in the device.

  • Value: 2
  • Available since: 1.0
QMI_DMS_UIM_STATE_RESERVED

Reserved, unknown.

  • Value: 3
  • Available since: 1.0
QMI_DMS_UIM_STATE_UNKNOWN

UIM state currently unavailable.

  • Value: 255
  • Available since: 1.0

Type functions

qmi_dms_uim_state_get_string

Gets the nickname string for the QmiDmsUimState specified at val.

since: 1.0