Parameter structure of linked network device of door station, villa door station, or intelligent access control device.
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;
IP address of door station, it is valid when sub door station exists, refer to the structure NET_DVR_IPADDR_UNION for details.
IP address of master station, refer to the structure NET_DVR_IPADDR_UNION for details.
IP address of SIP server, it is valid when the sub door station exits, refer to the structure NET_DVR_IPADDR_UNION for details.
Management center ID, which is valid in SIP mode, and it should contains digits, letters, @, and dots.
Reserved, set to 0.