NET_DVR_VIDEO_INTERCOM_UNIT_RELATEDEV_UNION

Configuration union of the network device linked with video intercom.

Structure Definition

union{   
  DWORD                           dwRes[256]; 
  NET_DVR_INDOOR_UNIT_RELATEDEV   struIndoorUnit; 
  NET_DVR_OUTDOOR_UNIT_RELATEDEV  struOutdoorUnit;
  NET_DVR_MANAGE_UNIT_RELATEDEV   struManageUnit;
  NET_DVR_OUTDOOR_UNIT_RELATEDEV  struVillaUnit;
  NET_DVR_AGAIN_RELATEDEV         struAgainUnit;
}NET_DVR_VIDEO_INTERCOM_UNIT_RELATEDEV_UNION,*LPNET_DVR_VIDEO_INTERCOM_UNIT_RELATEDEV_UNION;

Members

dwRes

Union size, which is 1024 bytes (256 × 4).

struIndoorUnit

Linked network device parameters of indoor station, refer to the structure NET_DVR_INDOOR_UNIT_RELATEDEV for details.

struOutdoorUnit

Linked network device parameters of door station, outer door station, or intelligent access control device, refer to the structure NET_DVR_OUTDOOR_UNIT_RELATEDEV for details.

struManageUnit

Linked network device parameters of master station, refer to the structure NET_DVR_MANAGE_UNIT_RELATEDEV for details.

struVillaUnit

Linked network device parameters of villa door station, refer to the structure NET_DVR_OUTDOOR_UNIT_RELATEDEV for details.

struAgainUnit

Linked network device parameters of doorphone, refer to the structure NET_DVR_AGAIN_RELATEDEV for details.