CipherLab 9400 Series User Manual page 147

Hide thumbs Also See for 9400 Series:
Table of Contents

Advertisement

SetKeyPadFullKeyLock
Purpose
To set the "Full Key" lock.
Syntax
int SetKeyPadFullKeyLock (byte lock);
Parameters
lock
[in] Byte variable
Example for C#
int b1 = 0;
b1 = Cipherlab.SystemAPI.Member.SetKeyPadFullKeyLock(0);
Example for VB
Cipherlab.SystemAPI.Member.SetKeyPadFullKeyLock(0)
Return Value
If successful, it returns 1.
Otherwise, it returns 0.
See Also
GetKeyPadKeyLock, SetTchLock
Note: You cannot lock both the touch panel and keypad at the same time!
0
Full keypad unlocked
1
Full keypad locked
Call GetErrorCode() to find the error condition encountered:
1
(Set Touch Panel Handle Fail)
2
(Set Full Key Unlock Handle Fail)
4
(Set Full Key Lock Handle Fail)
8
(Touch Pane Locked)
Chapter 3
System API
(=disabled)
139

Advertisement

Table of Contents
loading

Table of Contents