A Sandcastle Documented Class Library
TimedRoundsTrigger Constructor |
Creates a trigger which starts execution for a specified time period or number of rounds..
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public TimedRoundsTrigger( int maxDuration_mSec, int maxRounds )
Public Sub New ( maxDuration_mSec As Integer, maxRounds As Integer )
public: TimedRoundsTrigger( int maxDuration_mSec, int maxRounds )
new : maxDuration_mSec : int * maxRounds : int -> TimedRoundsTrigger
Parameters
- maxDuration_mSec
- Type: SystemInt32
Duration in milliseconds. - maxRounds
- Type: SystemInt32
Number of rounds.
See Also