Card swiping parameter structure of card group.
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;
Whether to enable card group parameters of multi-factor authentication: 0-no, 1-yes.
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
Reserved, set to 0.
Template No. of multi-factor authentication schedule, which reuses the template of access permission control schedule.
Group parameters, see details in the structure NET_DVR_GROUP_COMBINATION_INFO_V50.