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.- For a unicast registration, this will match the DOFRegistration request.
- 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
See Also