setPINProtection Struct Reference
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.
|
Field Documentation