DOFRegistrationListenereventSignaled Method OpenDOF Object Access Library
Process an event.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
void eventSignaled(
	DOFRegistration registration,
	DOFObjectID providerID,
	IList<DOFValue> values
)

Parameters

registration
Type: org.opendof.core.oalDOFRegistration
The DOFRegistration where this listener was added. This will never be null.
providerID
Type: org.opendof.core.oalDOFObjectID
The provider's ID.
  1. For a unicast registration, this will match the DOFRegistration request.
  2. For a multicast registration, this will be the specific provider's OID, whereas the request was DOFObjectID.BROADCAST .
values
Type: System.Collections.GenericIListDOFValue
The value(s) associated with the event.
Remarks

Process an event. The event was signaled for the registration specified by new DOFRegistration.DOFRegistration(DOFSystem, DOFObjectID, Event, Listener, object) :
See Also

Reference