NET_DVR_VIDEO_INTERCOM_DEVICEID_CFG

Parameter structure for configuring video intercom device No.

Structure Definition

struct{
  DWORD                                         bySize;
  BYTE                                          byUnitType;;
  BYTE                                          byIsAutoReg;
  BYTE                                          byRes1[2];
  NET_DVR_VIDEO_INTERCOM_UNIT_DEVICEID_UNION    uVideoIntercomUnit;
  BYTE                                          byRes2[128];
}NET_DVR_VIDEO_INTERCOM_DEVICEID_CFG, *LPNET_DVR_VIDEO_INTERCOM_DEVICEID_CFG;

Members

dwSize

Structure size.

byUnitType

Device type: 1-door station, 2-master station, 4-outer station, 5-villa door station, 6-doorphone, 7-intelligent access control device.

byIsAutoReg

Whether to enable auto registration: 0-no, 1-yes.

byRes1

Reserved, set to 0.

uVideoIntercomUnit

Device No., refer to the data union NET_DVR_VIDEO_INTERCOM_UNIT_DEVICEID_UNION for details.

byRes2

Reserved, set to 0.

Remarks

Configuring No. for doorphone is not required.