EDDeviceIOLineCacheTimeout Property |
The time between checking the state of the IO lines for event handling, defaults to 250 ms
Also the stale period, when the cached value of the IO line has to be re-queried on the device
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int IOLineCacheTimeout { get; set; }
Public Property IOLineCacheTimeout As Integer
Get
Set
member IOLineCacheTimeout : int with get, set
Property Value
Int32See Also