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