BACnetRegisterObjectIdNameBindingsChangeCallback
(FUN)
FUNCTION BACnetRegisterObjectIdNameBindingsChangeCallback : IEC_BACNET_STATUS
Registers a callback for object identifier changes on dynamic object bindings.
This registers a callback. This callback can be registered at any time. If the callback is registered more than once, the new callback procedure replaces old one. A NULL pointer cancels the callback. With this callback a user application gets informed about any detected object changes or finished object resolutions which were pending and have completed now. This callback is only called on successful object resolutions or changes. It won’t be called on expired retries or timeouts for an pending resolution.
- InOut:
Scope
Name
Type
Comment
Return
BACnetRegisterObjectIdNameBindingsChangeCallback
Input
pICallback
CmpEventMgr.ICmpEventCallback
A pointer to the event-callback interface.