-
7.17. Send template to FP module
Function Description:
Send one finger print template to module’s memory.
Function call:
WORD BioID_DnLoad (LPCOMMDATA CommData, DWORD dwSize, LPBYTE lpTemplate);
Parameters(Input):
CommData:
LPCOMMDATA
: refer to BioID_Create()
dwSize:
DWORD
: Template buffer size
lpTemplate:
LPBYTE
: Template buffer
Return code:
WORD: 137 (=CmdMemoSysErr)
if memory allocation failed.
130 (=CmdErrTime)
Timeout
7 (=CmdNO)
Error occured during receiving
6
(=CmdYES)
Success.
7.18. Remove template from FP module
Function Description:
Remove one finger print template from module's memory.
Function call:
WORD BioID_Remove (LPCOMMDATA CommData, DWORD Id, WORD Index);
Parameters(Input):
CommData:
LPCOMMDATA
: refer to BioID_Create()
Id:
DWORD :
ID
number
Index:
WORD
:
index
number
Return code:
WORD: 130 (=CmdErrTime)
Timeout
7 (=CmdNO)
Error occured during receiving
6
(=CmdYES)
Success.
7.19. Get globe threshold from FP module
Function Description:
The function gets the globe verification value from FP module.
Function call:
WORD BioID_GetThresh(LPCOMMDATA CommData, LPBYTE lpThresh);
Parameters(Input):
CommData:
LPCOMMDATA
: refer to BioID_Create()
Parameters(Output):
lpThresh:
LPBYTE
: 1
very high security
2 high
security
3 medium
security
4
low security
5
very low security
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 ...