BACnetDoesObjectNameExist (FUN)ΒΆ
FUNCTION BACnetDoesObjectNameExist : IEC_BACNET_BOOLEAN
Checks if the given string exists as an object name in the local device object database.
Return: True if such object name exists and False if not.
- InOut:
Scope
Name
Type
Comment
Return
BACnetDoesObjectNameExist
Input
instNumber
Instance number of a Device object.
pName
POINTER TO IEC_BACNET_STRING
A pointer to the string structure which contains the object name to search for.