Click or drag to resize

ReaderSetAntiPassbackTime Method

Set the Anti-Passback Time. Reader is not allowed to read the same User Card for access control during Anti-Passback Time.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public Task SetAntiPassbackTime(
	byte antiPassbackTime
)

Parameters

antiPassbackTime
Type: SystemByte
The Anti-Passback Time, in unit of second. The function is disabled if the value is 0.

Return Value

Type: Task
A task that represents the asynchronous operation.
See Also