NET_DVR_FACE_PARAM_BYREADER

Parameter structure of deleting face information by face recognition module No.

Structure Definition

struct{
  DWORD    dwCardReaderNo;
  BYTE     byClearAllCard;
  BYTE     byRes1[3];
  BYTE     byCardNo[ACS_CARD_NO_LEN/*32*/];
  BYTE     byRes[548];
}NET_DVR_FACE_PARAM_BYREADER, *LPNET_DVR_FACE_PARAM_BYREADER;

Members

dwCardReaderNo

Face recognition module No., if the value is "0", it refers to the access controller.

byClearAllCard

Whether to delete the face information of all cards: 0-no, delete face information by card No.; 1-yes

byRes1

Reserved.

byCardNo

No. of card linked with the face information, this member is valid when the value of byClearAllCard is "0".

byRes

Reserved.