NET_DVR_WEEK_PLAN_CFG

Week schedule parameter structure.

Structure Definition

struct{
  DWORD                          dwSize;
  BYTE                           byEnable;
  BYTE                           byRes1[3];
  NET_DVR_SINGLE_PLAN_SEGMENT    struPlanCfg[MAX_DAYS/*7*/][MAX_TIMESEGMENT_V30/*8*/];
  BYTE                           byRes2[16];
}NET_DVR_WEEK_PLAN_CFG, *LPNET_DVR_WEEK_PLAN_CFG;

Members

dwSize

Structure size.

byEnable

Whether to enable: 1-no, 0-yes.

byRes1

Reserved, set to 0.

struPlanCfg

Week schedule parameters, up to 7 days can be set in one week, and up to 8 time periods can be set in one day, see NET_DVR_SINGLE_PLAN_SEGMENT for details.

byRes2

Reserved, set to 0.