NET_DVR_MULTI_CARD_GROUP_CFG_V50

Card swiping parameter structure of card group.

Structure Definition

struct{
  BYTE                                byEnable;
  BYTE                                byEnableOfflineVerifyMode;
  BYTE                                byRes1[2];
  DWORD                               dwTemplateNo;
  NET_DVR_GROUP_COMBINATION_INFO_V50  struGroupCombination[GROUP_COMBINATION_NUM];
}NET_DVR_MULTI_CARD_GROUP_CFG_V50,*LPNET_DVR_MULTI_CARD_GROUP_CFG_V50;

Members

byEnable

Whether to enable card group parameters of multi-factor authentication: 0-no, 1-yes.

bySwipeIntervalTimeout

Whether to enable access authentication when the access controller is offline (open door by super password instead of remotely opening door): 0-no, 1-yes

byRes1

Reserved, set to 0.

dwTemplateNo

Template No. of multi-factor authentication schedule, which reuses the template of access permission control schedule.

struGroupCombination

Group parameters, see details in the structure NET_DVR_GROUP_COMBINATION_INFO_V50.