ITriggerProvider Interface

TegoOS

ITriggerProvider Interface
The interface for devices that have a trigger.

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

The ITriggerProvider type exposes the following members.

Properties
  NameDescription
Public propertyTriggerIsPulled
True if main trigger is currently pulled. If more than one trigger is present the application must infer the state from the Trigger events.
Top
Events
  NameDescription
Public eventTrigger
Event raised when a trigger is pulled or released.
Top
See Also