NET_DVR_FINGER_PRINT_CFG_V50

Fingerprint configuration structure.

Structure Definition

struct{
  DWORD    dwSize;
  BYTE     byCardNo[ACS_CARD_NO_LEN/*32*/];
  DWORD    dwFingerPrintLen;
  BYTE     byEnableCardReader[MAX_CARD_READER_NUM/*512*/];
  BYTE     byFingerPrintID;
  BYTE     byFingerType;
  BYTE     byRes1[30];
  BYTE     byFingerData[MAX_FINGER_PRINT_LEN/*768*/];
  BYTE     byEmployeeNo[NET_SDK_EMPLOYEE_NO_LEN/*32*/];
  BYTE     byLeaderFP[MAX_DOOR_NUM_256/*256*/]
  BYTE     byRes[128];
}NET_DVR_FINGER_PRINT_CFG, *LPNET_DVR_FINGER_PRINT_CFG;

Members

dwSize

Structure size.

byCardNo

Card No., which is linked with the fingerprint.

dwFingerPrintLen

Size of fingerprint data. The fingerprint module and fingerprint recorder will be used in pair.

byEnableCardReader

Whether to apply fingerprint data to the fingerprint module, which is represented by array: 0-no 1-yes

byFingerPrintID

Finger No., which is between 1 and 10

byFingerType

Fingerprint type: 0-normal fingerprint, 1-duress fingerprint, 2-patrol fingerprint, 3-super fingerprint, 4-dismiss fingerprint

byRes1

Reserved, set to 0

byFingerData

Fingerprint data

byEmployeeNo

Employee No. (person ID)

byLeaderFP

Whether to support first time authentication function (door, represented by byte): 0-no, 1-yes.

byRes

Reserved, set to 0