NET_DVR_DOOR_STATUS_PLAN

Parameter structure about door control schedule configuration.

Structure Definition

struct{
  DWORD    dwSize;
  DWORD    dwTemplateNo;
  BYTE     byRes[64];
}NET_DVR_DOOR_STATUS_PLAN,*LPNET_DVR_DOOR_STATUS_PLAN;

Members

dwSize

Structure size.

dwTemplateNo

Schedule template No.: 0-cancel linking the configured template with schedule, and restore to the default settings; non-0-link the configured template with schedule.

byRes

Reserved, set to 0.