Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
uim_setPINProtection Struct Reference

#include <uim.h>

Data Fields

uint8_t pinID
 
uint8_t pinOperation
 
uint8_t pinLength
 
uint8_t pinValue [UIM_MAX_DESCRIPTION_LENGTH]
 

Detailed Description

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

Parameters
pinID
  • Indicates the PIN ID to be enabled or disabled.
    • 1 - PIN1 (also called PIN)
    • 2 - PIN2
    • 3 - Universal PIN
    • 4 - Hidden key
pinOperation
  • Indicates whether the PIN is enabled or disabled.
    • 0 - Disable the PIN
    • 1 - Enable the PIN
pinLength
  • Length of the following elements i.e. pin value.
pinValue[MAX_DESCRIPTION_LENGTH]
  • PIN value.
  • This value is a sequence of ASCII characters.

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