OpenDOF Project
boolean DOFObject_Changed ( DOFObject  obj,
const DOFInterfaceProperty  property 
)

Report that a Property value changed.

This report is sent to all Requestors that have subscribed to the given property on the given DOFObject.

Parameters
objThe object on which the property changed. This should not be NULL.
propertyThe Property that changed. This should not be NULL.
Returns
TRUE. If prp is subscribed for obj, the change report is sent.
Exceptions
FALSEis returned (and the change report is not sent) if
  • property is NULL, or
  • property not a DOFInterfaceProperty, or
  • property not readable.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22