NET_DVR_VIDEO_INTERCOM_RELATEDEV_CFG

Configuration structure for linked network devices of video intercom.

Structure Definition

struct{
  DWORD                                          dwSize;
  BYTE                                           byUnitType;
  BYTE                                           byRes1[3];
  NET_DVR_VIDEO_INTERCOM_UNIT_RELATEDEV_UNION    uVideoIntercomUnit;
  BYTE                                           byRes2[128];
}NET_DVR_VIDEO_INTERCOM_RELATEDEV_CFG, *LPNET_DVR_VIDEO_INTERCOM_RELATEDEV_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.

byRes1

Reserved, set to 0.

uVideoIntercomUnit

Parameter union of linked network device, refer to the union NET_DVR_VIDEO_INTERCOM_UNIT_RELATEDEV_UNION for details.

byRes2

Reserved, set to 0.