Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
changeUIMPIN Struct Reference

#include <qaGobiApiUim.h>

Data Fields

BYTE pinID
 
BYTE oldPINLen
 
BYTE oldPINVal [MAX_DESCRIPTION_LENGTH]
 
BYTE pinLen
 
BYTE pinVal [MAX_DESCRIPTION_LENGTH]
 

Detailed Description

This structure contains the information about the pin parameters that need to be verified.

Parameters
pinID
  • Indicates the PIN ID to be changed.
    • 1 - PIN1 (also called PIN)
    • 2 - PIN2
    • 3 - Universal PIN
    • 4 - Hidden key
oldPINLen
  • Length of the following elements i.e. old pin value.
oldPINVal[MAX_DESCRIPTION_LENGTH]
  • Old PIN value.
  • This value is a sequence of ASCII characters.
pinLen
  • Length of the following elements i.e. new pin value.
pinVal[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: