CipherLab 9400 Series User Manual page 152

Hide thumbs Also See for 9400 Series:
Table of Contents

Advertisement

9400 .NET Programming
SetKeyPadFuncKeyLock
Purpose
To set the [FN] key lock.
Syntax
int SetKeyPadFuncKeyLock (byte lock);
Parameters
lock
[in] Byte variable
Example for C#
int b1 = 0;
b1 = Cipherlab.SystemAPI.Member.SetKeyPadFuncKeyLock(0);
Example for VB
Cipherlab.SystemAPI.Member.SetKeyPadFuncKeyLock(0)
Return Value
If successful, it returns 1.
Otherwise, it returns 0.
See Also
GetKeyPadKeyLock
144
Guide
0
Function (FN) key unlocked...
Function mode can be toggled by the [FN] key
Function mode may be reset by other keys, such as numeric keys
1
Function (FN) key locked
2
Function (FN) key unlocked...
Function mode can be toggled by the [FN] key only
Call GetErrorCode() to find the error condition encountered:
1
(Get Key Handle Fail)
2
(Full Key Locked)
4
(Set FN Key Lock Handle Fail)
(=enabled)
(=disabled)
(=enabled)

Advertisement

Table of Contents
loading

Table of Contents