设备网络SDK开发使用手册

NET_DVR_EACH_LESSON_INFO

每节课信息结构体。

struct{
  NET_DVR_SCHEDTIME    struSchedTime;
  WORD                 wCourseIndex;
  WORD                 wSessionIndex;
  BYTE                 byRes[4];
}NET_DVR_EACH_LESSON_INFO,*LPNET_DVR_EACH_LESSON_INFO;

Members

struSchedTime
课程起止时间
wCourseIndex
课程索引
wSessionIndex
课程节次
byRes
保留,置为0

See Also

NET_DVR_CURRICULUM_CFG