BACnetGetObjectIdNameBindingList (FUN)¶
FUNCTION BACnetGetObjectIdNameBindingList : IEC_BACNET_STATUS
Function loops through the array of ‘dynamic’ bound object identifiers and 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.
- 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- A pointer to the event-callback interface. 
