Enumeration

QmiUimPinState

since: 1.10

Declaration

enum Qmi.UimPinState

Description [src]

The PIN state.

Available since: 1.10

Members

QMI_UIM_PIN_STATE_NOT_INITIALIZED

Not initialized.

  • Value: 0
  • Nickname: not-initialized
  • Available since: 1.10
QMI_UIM_PIN_STATE_ENABLED_NOT_VERIFIED

Enabled, not verified.

  • Value: 1
  • Nickname: enabled-not-verified
  • Available since: 1.10
QMI_UIM_PIN_STATE_ENABLED_VERIFIED

Enabled, verified.

  • Value: 2
  • Nickname: enabled-verified
  • Available since: 1.10
QMI_UIM_PIN_STATE_DISABLED

Disabled.

  • Value: 3
  • Nickname: disabled
  • Available since: 1.10
QMI_UIM_PIN_STATE_BLOCKED

Blocked.

  • Value: 4
  • Nickname: blocked
  • Available since: 1.10
QMI_UIM_PIN_STATE_PERMANENTLY_BLOCKED

Permanently Blocked.

  • Value: 5
  • Nickname: permanently-blocked
  • Available since: 1.10

Type functions

qmi_uim_pin_state_get_string

Gets the nickname string for the QmiUimPinState specified at val.

since: 1.10