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

BACnetDeleteObjectIdNameBindings

IEC_BACNET_STATUS

A status indicating whether the operation worked.

Input

devInst

IEC_BACNET_UNSIGNED

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 0 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 0 if the object identifier is unknown.