InputObj
InputObj
Summary
| Method | |
|---|---|
| Clear | |
| SetEncryption | |
| Property | |
|---|---|
| Data | |
| EncryptionType | |
| MaxLength | |
| MinLength | |
| Text | |
The InputObj object is used to handle the input data when the wizard control is configured for PIN code entry. The InputObj handles all the interaction between the user and the pad, greatly simplifying the coding effort needed. It is used to set the PIN configuration, including its minimum and maximum lengths and the type of encryption required.
Methods
Clear
Resets the input object ready to restart PIN capture.
| void Clear() | |
|---|---|
| Parameters | |
| None | |
| Return Value | |
| None |