IRoundsTrigger Interface

TegoOS

IRoundsTrigger Interface
Interface for triggers which specificy a number of rounds to execute.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public interface IRoundsTrigger
Public Interface IRoundsTrigger
public interface class IRoundsTrigger
type IRoundsTrigger =  interface end

The IRoundsTrigger type exposes the following members.

Properties
  NameDescription
Public propertyRounds
Number of rounds (If zero then execution will be continuous unless the concrete trigger provides other execution parameters).
Top
See Also