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.n If both parameters pObjectName b AND pObjId are NULL b ALL object bindings for the given device instance will be deleted.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetDeleteObjectIdNameBindings
Input
devInst
The device instance number for which the object binding shall be deleted.
pObjectName
POINTER 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 NULL if the object name is unknown.
pObjId
POINTER TO IEC_BACNET_OBJECT_ID
A pointer to the object identifier for which the binding shall be deleted. This can be NULL if the object identifier is unknown.