NET_DVR_MULTI_CARD_CFG_V50

Multi-factor authentication parameter structure.

Structure Definition

struct{
  DWORD                             dwSize;
  BYTE                              byEnable;
  BYTE                              bySwipeIntervalTimeout;
  BYTE                              byRes1[2];
  NET_DVR_MULTI_CARD_GROUP_CFG_V50  struGroupCfg[NET_SDK_MULTI_CARD_GROUP_NUM/*20*/];
  BYTE                              byRes2[32];
}NET_DVR_MULTI_CARD_CFG_V50,*LPNET_DVR_MULTI_CARD_CFG_V50;

Members

dwSize

Structure size

byEnable

Whether to enable multi-factor authentication: 0-no, 1-yes.

bySwipeIntervalTimeout

Card swiping interval timeout, which is ranging from 1 to 255, unit: second, default: 10s.

byRes1

Reserved, set to 0.

struGroupCfg

Card swiping parameters of group, see details in the structure NET_DVR_MULTI_CARD_GROUP_CFG_V50.

byRes2

Reserved, set to 0.