NET_DVR_GUARD_COND

Structure about the configuration conditions of ANPR arming schedule.

Structure Definition

struct{
  DWORD    dwSize;
  DWORD    dwChannel;
  BYTE     byRelateType;
  BYTE     byGroupNo;
  BYTE     byRes[62];
}NET_DVR_GUARD_COND,*LPNET_DVR_GUARD_COND;

Members

dwSize

Structure size

dwChannel

Channel No.

byRelateType

Capture linkage mode: 0-invalid, 1-MPR mode (video triggered capture, for network camera only), 2-HVT mode

byGroupNo

Group No.

byRes

Reserved, set to 0.