DOFSubscriptionListenerpropertyChanged Method OpenDOF Object Access Library
Process a value update.

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

C#
void propertyChanged(
	DOFSubscription subscription,
	DOFObjectID providerID,
	DOFValue value
)

Parameters

subscription
Type: org.opendof.core.oalDOFSubscription
The DOFSubscription where this listener was added. This will never be null.
providerID
Type: org.opendof.core.oalDOFObjectID
The provider's ID.
  1. For a unicast subscription, this will match the DOFSubscription request.
  2. For a multicast subscription, this will be the specific provider's OID, whereas the request was DOFObjectID.BROADCAST .
value
Type: org.opendof.core.oalDOFValue
The new value.
Remarks

Process a value update. The value has changed for the subscription specified by new DOFSubscription.DOFSubscription(DOFSystem, DOFObjectID, Property, int, Listener, object) :
See Also

Reference