![]() |
Standalone SDK API Doc
V1.0.4
|
Functions | |
VARIANT_BOOL | SSR_SetDeviceData (LONG dwMachineNumber, BSTR TableName, BSTR Datas, BSTR Options) |
VARIANT_BOOL | SSR_GetDeviceData (LONG dwMachineNumber, BSTR *Buffer, LONG BufferSize, BSTR TableName, BSTR FiledNames, BSTR Filter, BSTR Options) |
VARIANT_BOOL | SSR_GetDeviceDataCount (BSTR TableName, BSTR Filter, BSTR Options) |
VARIANT_BOOL | SSR_DeleteDeviceData (LONG dwMachineNumber, BSTR TableName, BSTR Datas, BSTR Options) |
Variables | |
BiometricType | |
BiometricVersion | |
BiometricMaxCount | |
BiometricUsedCount | |
VARIANT_BOOL SSR_SetDeviceData | ( | LONG | dwMachineNumber, |
BSTR | TableName, | ||
BSTR | Datas, | ||
BSTR | Options | ||
) |
Set The unification of multiple Biometric Template,The data is sent to the machine.
Parameters are shown below:
|
name | type | description of value |
---|---|---|
True | BOOL | Success |
False | BOOL | Fault |
Field | Value | Type | annotations |
---|---|---|---|
id | Not Null | int4 | Self growth field |
person_id | Not Null | int4 | foreign key,UserID |
create_operator | varchar(30) | Createperson | |
create_time | datatime | Createtime(2015-06-11 09:48:11) | |
valid_flag | Not Null | char(1) | valid:0:invalid,1:valuedasdefault |
is_duress | Not Null | char(1) | Duress:0:Noas default,1:Yes |
bio_type | Not Null | int2 | Biometrics type:0:general 1:FP 2:Face 3:Voice 4:Iris 5:Retina 6:Palm 7:Vein 8:Palm Vein |
major_ver | Not Null | char(1) | FP algorithm: 9.0, 10.3 Face Algorithm: 5.0,7.0, 8.0 FP vein Algorithm: 3.0 Palm algorithm:10 LikeFPalgorithm 10.3, major_ver is 10, minor_ver is 3. |
minor_ver | Not Null | char(1) | FP algorithm: 9.0, 10.3 Face Algorithm: 5.0,7.0, 8.0 FP vein Algorithm: 3.0 Palm algorithm:10 LikeFPalgorithm 10.3, major_ver is 10, minor_ver is 3. |
data_format | int2 | Format of template,FPhasZK 0:ZK 1:ISO 2:ANSI | |
template_id | Not Null | int4 | ForeignKey(FK), template data ID |
template_no | Not Null | int2 | Biometricsitem index,FP: 0~9 (left hand, little finger/ringfinger/middle finger/index finger/thumb finger, right hand: thumb finger/index finger/middle finger/ring finger/little finger.FP veinissamewithFP,Face: template_no=0,Iris: 0 left eye, 1 right eye,Palm: 0 left hand, 1 right hand,If template_no is not define, default is 0. |
template_no_index | Not Null | int2 | Sequence Numberoftemplate, like one finger have multi-template, start from 0. |
Field | Value | Type | annotations |
---|---|---|---|
id | Not Null | int4 | Self growth field |
template_data | Not Null | varchar(3000) | Template data |
VARIANT_BOOL SSR_GetDeviceData | ( | LONG | dwMachineNumber, |
BSTR * | Buffer, | ||
LONG | BufferSize, | ||
BSTR | TableName, | ||
BSTR | FiledNames, | ||
BSTR | Filter, | ||
BSTR | Options | ||
) |
Get The unification of multiple Biometric Template,The Data pull to software.
Parameters are shown below:
|
name | type | description of value |
---|---|---|
True | BOOL | Success |
False | BOOL | Fault |
VARIANT_BOOL SSR_GetDeviceDataCount | ( | BSTR | TableName, |
BSTR | Filter, | ||
BSTR | Options | ||
) |
Query the number of The unification of multiple Biometric Templates within the device.
Parameters are shown below:
|
name | type | description of value |
---|---|---|
True | BOOL | Success |
False | BOOL | Fault |
VARIANT_BOOL SSR_DeleteDeviceData | ( | LONG | dwMachineNumber, |
BSTR | TableName, | ||
BSTR | Datas, | ||
BSTR | Options | ||
) |
Delete The unification of multiple Biometric Templates within the device.
Parameters are shown below:
|
name | type | description of value |
---|---|---|
True | BOOL | Success |
False | BOOL | Fault |
BiometricType |
BiometricType.
BiometricType Get the supported biometric type by retrieving the parameter and return 8-bit numeric string. Each represents a type of biometric type. (0 not support ; 1 support;e.g.:BiometricType=01100000 ,device support FP and Face) Character index 0 1 2 3 4 5 6 7 8 Related Type General FP Face Voice Iris Retina Palmprint FingerVein Palmvein |
BiometricVersion |
BiometricVersion.
BiometricVersion Get the version of the supported biometric type Get the version of the supported biometric type of the device by retrieving the parameter and return the version of the supported biometric type seperated by ":" (e.g.:BiometricVersion=0:10.0:7.0:::::device support FP10.0 and Face7.0) Character index 0 1 2 3 4 5 6 7 8 Related Type General FP Face Voice Iris Retina Palmprint FingerVein Palmvein |
BiometricMaxCount |
BiometricMaxCount.
BiometricMaxCount Get the supported biometric type data capacity by retrieving the parameter and return the supported biometric type data capacity seperated by ":" (e.g.:BiometricMaxCount=0:3000:1000:::::,device support 3000 FP and 1000 Face templates) Character index 0 1 2 3 4 5 6 7 8 Related Type General FP Face Voice Iris Retina Palmprint FingerVein Palmvein The new device is directly returned by the firmware, and the old firmware is SDK compatible.(supported) |
BiometricUsedCount |
BiometricUsedCount.
BiometricUsedCount Get the number of supported biometric type data by retrieving the padameter and return the number of supported biometric type data seperated by ":" (e.g.:BiometricUsedCount=0:100:10:::::,indicate there are 100 FP templates, 10 faces) Character index 0 1 2 3 4 5 6 7 8 Related Type General FP Face Voice Iris Retina Palmprint FingerVein Palmvein |