Dokumentation zur DFComDLL.dll / DFCom_x64.dll  04.03.05.00
df_fingerprint.h
gehe zur Dokumentation dieser Datei
1 
7 #ifndef DF_FINGERPRINT_H
8 #define DF_FINGERPRINT_H
9 
10 #include "df_defines.h"
11 
12 #if (DF_API_VERSION >= 0x04010400)
13 
31 DF_API_EXTERN int DF_API_CALL DFCFingerprintAppendRecord( int connectionId, int deviceAddress, int templateType, unsigned char *buffer, int bufferSize, int *errorNumber );
32 
33 
34 
57 DF_API_EXTERN int DF_API_CALL DFCFingerprintGetRecord( int connectionId, int deviceAddress, int templateType, int pid, int fid, unsigned char *buffer, int *bufferSize, int *errorNumber );
58 
59 
60 
80 DF_API_EXTERN int DF_API_CALL DFCFingerprintDeleteRecord( int connectionId, int deviceAddress, int pid, int fid, int *errorNumber );
81 #endif
82 
83 #if (DF_API_VERSION >= 0x04010700)
84 
85 DF_API_EXTERN int DF_API_CALL DFCFingerprintList( int connectionId, int deviceAddress, int flags, int *errorNumber );
86 
87 DF_API_EXTERN int DF_API_CALL DFCFingerprintBackup( int connectionId, int deviceAddress, char *filePath, int flags, int *errorNumber );
88 
89 DF_API_EXTERN int DF_API_CALL DFCFingerprintRestore( int connectionId, int deviceAddress, char *filePath, int flags, int *errorNumber );
90 
91 #endif
92 #endif
DF_API_EXTERN int DF_API_CALL DFCFingerprintAppendRecord(int connectionId, int deviceAddress, int templateType, unsigned char *buffer, int bufferSize, int *errorNumber)
Anfügen eines Fingertemplates an die Datentabelle des Fingerprints.
Datei beinhaltet alle Defines die von der API benötigt werden.
DF_API_EXTERN int DF_API_CALL DFCFingerprintGetRecord(int connectionId, int deviceAddress, int templateType, int pid, int fid, unsigned char *buffer, int *bufferSize, int *errorNumber)
Lesen eines Fingertemplates.
DF_API_EXTERN int DF_API_CALL DFCFingerprintDeleteRecord(int connectionId, int deviceAddress, int pid, int fid, int *errorNumber)
Löschen von Fingertemplates.