BACnetDeleteObjectIdNameBindings (FUN)¶
FUNCTION BACnetDeleteObjectIdNameBindings : IEC_BACNET_STATUS
Deletes or cancels an ‘dynamic’ object binding.
This function deletes or cancels an by function BACnetFindUpdateObjectIdNameBindings initiated or already established ‘dynamic’ object binding.
If both parameters pObjectName AND pObjId are 0 ALL object bindings for the given device instance will be deleted.
- InOut:
Scope
Name
Type
Comment
Return
BACnetDeleteObjectIdNameBindingsA status indicating whether the operation worked.
Input
devInstThe device instance number for which the object binding shall be deleted.
pObjectNamePOINTER TO IEC_BACNET_STRING
A pointer to a string structure which contains the object name for which the binding shall be deleted. This can be 0 if the object name is unknown.
pObjIdPOINTER TO IEC_BACNET_OBJECT_ID
A pointer to the object identifier for which the binding shall be deleted. This can be 0 if the object identifier is unknown.