ExecutionSettingsExtensions.GetRounds Method (Trigger)

TegoOS

ExecutionSettingsExtensionsGetRounds Method (Trigger)
Get the number of rounds for a trigger. 1 if trigger is null or 0 if trigger does not provide rounds.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static int GetRounds(
	this Trigger trigger
)
<ExtensionAttribute>
Public Shared Function GetRounds ( 
	trigger As Trigger
) As Integer
public:
[ExtensionAttribute]
static int GetRounds(
	Trigger^ trigger
)
[<ExtensionAttribute>]
static member GetRounds : 
        trigger : Trigger -> int 

Parameters

trigger
Type: Tego.Rfid.Gen2Trigger

[Missing <param name="trigger"/> documentation for "M:Tego.Rfid.Gen2.ExecutionSettingsExtensions.GetRounds(Tego.Rfid.Gen2.Trigger)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Tego.Rfid.Gen2.ExecutionSettingsExtensions.GetRounds(Tego.Rfid.Gen2.Trigger)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Trigger. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also