BACnetDoesObjectExist (FUN)ΒΆ

FUNCTION BACnetDoesObjectExist : IEC_BACNET_BOOLEAN

Checks if the given object identifier exists as an object in the local device object database.

Return: True if such object identifier exists and False if not.

InOut:

Scope

Name

Type

Comment

Return

BACnetDoesObjectExist

IEC_BACNET_BOOLEAN

Input

instNumber

IEC_BACNET_INST_NUMBER

Instance number of a Device object.

pObjectID

POINTER TO IEC_BACNET_OBJECT_ID

A pointer to the object identifier to search for.