NET_DVR_GATE_TIME_CFG

Structure about the barrier time parameters of the turnstile.

Structure Definition

struct{
  DWORD         dwSize;
  DWORD         dwHoldOnALarmTime;
  DWORD         dwHoldOnGateOpenTime;
  DWORD         dwPostponeIntrusionAlarmTime;
  DWORD         dwNoLaneAccessTimeLimitTime;
  DWORD         dwSafetyZoneStayTime;
  DWORD         byIRTriggerTimeoutTime;    
  BYTE          byRes[299];
}NET_DVR_GATE_TIME_CFG, *LPNET_DVR_GATE_TIME_CFG;

Members

dwSize

Structure Size.

dwHoldOnALarmTime

Extend alarm device buzzing time, unit: ms.

dwHoldOnGateOpenTime

Remaining open time before the barrier receives closing order, unit: ms

dwPostponeIntrusionAlarmTime

Delay time of triggering intrusion alarm, unit: ms.

dwNoLaneAccessTimeLimitTime

Timeout alarm time for no person passing when the lane receives valid passing signal, unit: s.

dwSafetyZoneStayTime

Timeout alarm time for persons staying in the lane after arriving at the safe area when the lane receives valid passing signal, unit: s.

byIRTriggerTimeoutTime

Maximum IR obstructed duration, it is between 0 and 255, unit: s.

byRes

Reserved, set to 0.