NET_DVR_AGAIN_RELATEDEV

Parameter structure of linked network device of doorphone

Structure Definition

struct{
  NET_DVR_IPADDR    struSIPServer;  
  NET_DVR_IPADDR    struCenterAddr;
  WORD              wCenterPort;  
  BYTE              byRes1[2];
  NET_DVR_IPADDR    struIndoorUnit;  
  NET_DVR_IPADDR    struAgainAddr;
  BYTE              byRes[444];
}NET_DVR_AGAIN_RELATEDEV,*LPNET_DVR_AGAIN_RELATEDEV;

Members

struSIPServer

IP address of SIP server, refer to the structure NET_DVR_IPADDR_UNION for details.

struCenterAddr

IP address of platform or system, refer to the structure NET_DVR_IPADDR_UNION for details.

byRes

Reserved, set to 0.

struIndoorUnit

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

struAgainAddr

IP address of main doorphone, refer to the structure NET_DVR_IPADDR_UNION for details.

byRes

Reserved, set to 0.