TriggerReaderImplementation.TriggerIsPulled Property

TegoOS

TriggerReaderImplementationTriggerIsPulled Property
True if main trigger is currently pulled. If more than one trigger is present the application must infer the state from the Trigger events.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool TriggerIsPulled { get; protected set; }
Public Property TriggerIsPulled As Boolean
	Get
	Protected Set
public:
virtual property bool TriggerIsPulled {
	bool get () sealed;
	protected: void set (bool value) sealed;
}
abstract TriggerIsPulled : bool with get, set
override TriggerIsPulled : bool with get, set

Property Value

Type: Boolean

Implements

ITriggerProviderTriggerIsPulled
See Also