Full" Key - CipherLab 9400 Series User Manual

Hide thumbs Also See for 9400 Series:
Table of Contents

Advertisement

9400 .NET Programming

3.5.3 "FULL" KEY

GetKeyPadFullKeyState
Purpose
To find out the "Full Key" lock state.
Syntax
int GetKeyPadFullKeyState (ref byte lock);
Parameters
lock
[in][out] A byte variable that stores the information.
Example for C#
int b1 = 0;
byte flock = new byte();
b1 = Cipherlab.SystemAPI.Member.GetKeyPadFullKeyState(ref flock);
Example for VB
Dim flock As New Byte
Cipherlab.SystemAPI.Member.GetKeyPadFullKeyState(flock)
Return Value
If successful, it returns 1.
Otherwise, it returns 0.
Remarks
System default is 0.
138
Guide
0
Full keypad unlocked
1
Full keypad locked
Call GetErrorCode() to find the error condition encountered:
1
(Get Key Handle Fail)
(=disabled)

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 9400 Series and is the answer not in the manual?

Table of Contents