NET_DVR_INDOOR_UNIT_RELATEDEV

Parameter structure of linked network device of indoor station.

Structure Definition

struct{
  NET_DVR_IPADDR   struOutdoorUnit;
  NET_DVR_IPADDR   struManageUnit;
  NET_DVR_IPADDR   struSIPServer; 
  NET_DVR_IPADDR   struAgainUnit;
  BYTE  	   byOutDoorType;
  BYTE             byOutInConnectMode;
  BYTE             byIndoorConnectMode;
  BYTE             byRes1;
  NET_DVR_IPADDR   struIndoorUnit;
  BYTE             byRes[300];
}NET_DVR_INDOOR_UNIT_RELATEDEV,*LPNET_DVR_INDOOR_UNIT_RELATEDEV;

Members

struOutdoorUnit

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

struManageUnit

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

struSIPServer

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

struAgainUnit

Doorphone IP address, refer to the structure NET_DVR_IPADDR_UNION for details.

byOutDoorType

Main door station type: 0-reserved, 1-main door station, 2-villa door station

byOutInConnectMode

Network connection mode of door station and indoor station: 1-in same LAN, 2-in different LAN.

byIndoorConnectMode

Network connection mode of indoor station and sub indoor station: 1-by wireless NIC, 2-by wired NIC

byRes1

Reserved, set to 0.

struIndoorUnit

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

byRes

Reserved, set to 0.