trigger_device_ref Method
Returns True if the given device ref is a trigger for the given event and trigger If the given device ref is the root device for the actual trigger device, it still returns True.
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static bool trigger_device_ref( int dvref, int evref, int index, int groupid) |
VB |
Public Shared Function trigger_device_ref ( dvref As Integer, evref As Integer, index As Integer, groupid As Integer) As Boolean |
Parameters
dvref
Type: System.Int32
evref
Type: System.Int32
index
Type: System.Int32
groupid
Type: System.Int32
Return Value
Type: BooleanBoolean
See Also
functions Class
Scheduler Namespace