Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
uim_unblockUIMPIN Struct Reference

#include <uim.h>

Data Fields

uint8_t pinID
 
uint8_t pukLen
 
uint8_t pukVal [UIM_MAX_DESCRIPTION_LENGTH]
 
uint8_t newPINLen
 
uint8_t newPINVal [UIM_MAX_DESCRIPTION_LENGTH]
 

Detailed Description

This structure contains the information about the unblock pin parameters.

Parameters
pinID
  • Indicates the PIN ID to be changed.
    • 1 - PIN1 (also called PIN)
    • 2 - PIN2
    • 3 - Universal PIN
pukLen
  • Length of the following elements i.e. puk value.
pukVal[UIM_MAX_DESCRIPTION_LENGTH]
  • PIN Unlock Key value.
  • This value is a sequence of ASCII characters.
newPINLen
  • Length of the following elements i.e. new pin value.
newPINVal[UIM_MAX_DESCRIPTION_LENGTH]
  • New PIN value.
  • This value is a sequence of ASCII characters.

The documentation for this struct was generated from the following file: