NET_DVR_ACS_EXTERNAL_DEV_CFG

Structure about the peripheral parameters of access controller.

Structure Definition

struct{
  DWORD         dwSize;
  BYTE          byIDCardUpMode;
  BYTE          byRes1;
  BYTE          byCardVerifyMode;
  BYTE          byACSDevType;
  BYTE          byDoorMode;
  BYTE          byRes2;    
  BYTE          wDevDetailType;
  BYTE          byRes[300];
}NET_DVR_ACS_EXTERNAL_DEV_CFG, *LPNET_DVR_ACS_EXTERNAL_DEV_CFG;

Members

dwSize

Structure Size.

byIDCardUpMode

Mode of uploading ID card information: 0-upload 18-digit ID card No., 1-upload all information.

byRes1

Reserved, set to 0.

byCardVerifyMode

Card authentication mode: 0-authenticate by remote center, 1-authenticate by client or platform.

byACSDevType

Device type: 1-ID card reader, 2-IC card reader, 3-QR code reader, 4-fingerprint reader, 5-character screen + QR code reader, 6-card collector, 7-character screen, 8-fingerprint scanner, 9-voice module, 10-person and ID card device.

byDoorMode

Door entrance or exit mode: 0-entrance, 1-exit.

byRes2

Reserved, set to 0.

wDevDetailType

External device model:

when byACSDevType=1: 0-iDR210, 1-IDM10, 2-ID card reader;

when byACSDevType=7: 0-DC48270RS043_01T, 1-DC80480B070_03T.

byRes

Reserved, set to 0.