NET_DVR_SCHEDTIME,LPNET_DVR_SCHEDTIME¶
Structure Definition¶
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 | |
Function Description¶
Planned time structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| byStartHour | unsigned char | The hour of the start time. |
| byStartMin | unsigned char | The minute of the start time. |
| byStopHour | unsigned char | The hour of the end time. |
| byStopMin | unsigned char | End time in minutes. |