Used by a Provider to determine whether or not calling signal is necessary when a specified event occurs.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public bool isSignalRequired( DOFInterfaceEvent event_Renamed )
Parameters
- event_Renamed
- Type: org.opendof.core.oalDOFInterfaceEvent
The event in question. This must not be null.
Return Value
Type: BooleanTrue if a signal is required for the event. False otherwise.
Remarks
See Also