NET_DVR_LOCAL_MODULE_RECV_TIMEOUT_CFG

Structure about timeout configuration by module.

Structure Definition

struct{
  DWORD   dwPreviewTime;
  DWORD   dwAlarmTime;
  DWORD   dwVodTime; 
  DWORD   dwElse;
  BYTE    byRes[512];
}NET_DVR_LOCAL_MODULE_RECV_TIMEOUT_CFG, *LPNET_DVR_LOCAL_MODULE_RECV_TIMEOUT_CFG;

Members

dwPreviewTime

Live view module receiving timeout, unit: millisecond, range: 0-3000,000, 0-restore to default settings.

dwAlarmTime

Alarm module receiving timeout, unit: millisecond, range: 0-3000,000, 0-restore to default settings.

dwVodTime

Playback module receiving timeout, unit: millisecond, range: 0-3000,000, 0-restore to default settings.

dwElse

Other modules' receiving timeout, unit: millisecond, range: 0-3000,000, 0-restore to default settings.

byRes

Reserved, set to 0.