-
7.23. Verify FP template
Function Description:
The function requests to verify the fingerprint against the template(s) with the specified ID.
Function call:
WORD BioID_Verify(LPCOMMDATA CommData, DWORD Id, LPDWORD lpdwVerify, LPDWORD
lpdwScore);
Parameters(Input):
CommData:
LPCOMMDATA
: refer to BioID_Create()
Id:
DWORD:
:
ID
number
Parameters(Output):
lpdwVerify:
LPDWORD
:
TRUE
=
match
FALSE =
not
match
lpdwScore:
LPDWORD
: 0 ~ 100
= the score of the verification
Return code:
WORD: 130 (=CmdErrTime)
Timeout
7 (=CmdNO)
Error occured during receiving
6
(=CmdYES)
Success.
7.24. Check if there is finger print above sensor
Function Description:
The function detects if a finger is present on the sensor.
Function call:
WORD BioID_IsFinger(LPCOMMDATA lpCommData, BOOL *pbPresent);
Parameters(Input):
CommData:
LPCOMMDATA
: refer to BioID_Create()
Parameters(Output):
pbPresent:
BOOL *
: TURE
// Present
FALSE //
Not
present
Return code:
WORD: 130 (=CmdErrTime)
Timeout
7 (=CmdNO)
Error occured during receiving
6
(=CmdYES)
Success.
7.25. Get Max. template number
Function Description:
Get maxi. template store space for module
Function call:
WORD BioID_GetStoredRecordSize (LPCOMMDATA lpCommData, DWORD Id, WORD Index,
LPDWORD lpdwSize);
Parameters(Input):
CommData:
LPCOMMDATA
: refer to BioID_Create()
Id:
DWORD :
ID
number
Index:
WORD
:
Index
number
Parameters(Output):
lpdwSize: LPDWORD
:
size
Return code:
WORD: 130 (=CmdErrTime)
Timeout
7 (=CmdNO)
Error occured during receiving
6
(=CmdYES)
Success.
Содержание MR650
Страница 1: ...MR650 Programming Manual V 1 12 1 16 2008 ...
Страница 7: ... 7 13 FUNCTION KEY SETTING ON REGISTRY 65 14 UPDATE NOTES 66 ...
Страница 16: ... it is for internal use send messages ...
Страница 33: ... Be aware to release handles when program ends ...