NET_DVR_OUTDOOR_UNIT_RELATEDEV

Parameter structure of linked network device of door station, villa door station, or intelligent access control device.

Structure Definition

struct{
  NET_DVR_IPADDR    struMainOutdoorUnit;
  NET_DVR_IPADDR    struManageUnit;
  NET_DVR_IPADDR    struSIPServer;
  BYTE              byManageCenterID[32];
  BYTE              byRes[560];
}NET_DVR_OUTDOOR_UNIT_RELATEDEV,*LPNET_DVR_OUTDOOR_UNIT_RELATEDEV;

Members

struMainOutdoorUnit

IP address of door station, it is valid when sub door station exists, refer to the structure NET_DVR_IPADDR_UNION for details.

struManageUnit

IP address of master station, refer to the structure NET_DVR_IPADDR_UNION for details.

struSIPServer

IP address of SIP server, it is valid when the sub door station exits, refer to the structure NET_DVR_IPADDR_UNION for details.

byManageCenterID

Management center ID, which is valid in SIP mode, and it should contains digits, letters, @, and dots.

byRes

Reserved, set to 0.