-
7.20. Set globe threshold from FP module
Function Description:
The function set the globe verification value to FP module.
Function call:
WORD BioID_SetThresh(LPCOMMDATA CommData, BYTE nThresh);
Parameters(Input):
CommData:
LPCOMMDATA
: refer to BioID_Create()
nThresh:
BYTE
: 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.
7.21. Enroll FP template into FP module
Function Description:
Enroll finger print template into module.
Function call:
WORD BioID_Enroll(LPCOMMDATA CommData, DWORD Id, LPDWORD lpdwQuality, LPDWORD
lpdwContent);
Parameters(Input):
CommData:
LPCOMMDATA
: refer to BioID_Create()
Id:
DWORD :
ID
number
Parameters(Output):
lpdwQuality:
LPDWORD
: 0 ~ 100
lpdwContent:
LPDWORD
: 0 ~ 100
Return code:
WORD: 130 (=CmdErrTime)
Timeout
7 (=CmdNO)
Error occured during receiving
6
(=CmdYES)
Success.
7.22. Get last time error condition
Function Description:
Get the latest error condition.
Function call:
int BioID_GetLastError(LPCOMMDATA lpCommData);
Parameters(Input):
CommData:
LPCOMMDATA
: refer to BioID_Create()
Return code:
WORD: 129 (=CmdErrLen)
if record length is greater than *lpdwSize.
137 (=CmdMemoSysErr)
if memory allocation failed.
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 ...