Dial-up parameter structure.
struct{ DWORD dwSize; NET_DVR_PHONECENTERDIALCFG struPhoneCenterParam; DWORD wReportPeriod; DWORD wFirstReportTime; BYTE byReportValid; BYTE byRes[19]; }NET_DVR_ALARMHOSTDIALCFG, *LPNET_DVR_ALARMHOSTDIALCFG;
Structure size.
Center parameter, see details in the structure NET_DVR_PHONECENTERDIALCFG.
Period of uploading test reports, which is between 1 and 168 hours (7 days).
Time from the device starting up to uploading the first test report, which is between 1 and 3600, unit: minute.
Whether to enable uploading the test report: 0-disable, 1-enable.
Reserved, set to 0.