BACnetGetObjectIdNameBindingList (FUN)ΒΆ
FUNCTION BACnetGetObjectIdNameBindingList : IEC_BACNET_STATUS
calls the provided callback for each item.
An application may use this function to build a list for own use with all pending and resolved object identifier bindings.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetGetObjectIdNameBindingList
Input
devInst
The device instance number for which the object binding shall be looped through.
pICallback
CmpEventMgr.ICmpEventCallback
Pointer to the event-callback interface. Event-callback argument type is EVT_BACNET_OBJECT_ID_CHANGE. Purpose documented in BACstack: A pointer to the callback function.