Parameter structure of linked network device of indoor station.
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;
IP address of main door station, refer to the structure NET_DVR_IPADDR_UNION for details.
IP address of main station, refer to the structure NET_DVR_IPADDR_UNION for details.
IP address of SIP server, refer to the structure NET_DVR_IPADDR_UNION for details.
Doorphone IP address, refer to the structure NET_DVR_IPADDR_UNION for details.
Main door station type: 0-reserved, 1-main door station, 2-villa door station
Network connection mode of door station and indoor station: 1-in same LAN, 2-in different LAN.
Network connection mode of indoor station and sub indoor station: 1-by wireless NIC, 2-by wired NIC
Reserved, set to 0.
IP address of indoor station, refer to the structure NET_DVR_IPADDR_UNION for details.
Reserved, set to 0.