Alarm lamp parameter structure.
Structure Definition
struct{
DWORD dwSize;
BYTE byEnable;
BYTE byRes1;
WORD wFlashDuration;
WORD wFlashIntervalTime;
BYTE byRes[510];
}NET_DVR_ALARM_LAMP_CFG,*LPNET_DVR_ALARM_LAMP_CFG;
Members
- dwSize
-
Structure size.
- byEnable
-
Whether to enable scheduled alarm lamp flickering: 0-no,
1-yes.
- byRes1
-
Reserved, set to 0.
- wFlashDuration
-
Scheduled flickering duration of the alarm lamp, unit: second.
- wFlashIntervalTime
-
Alarm lamp flickering interval, unit: second.
- byRes
- Reserved, set to 0.