BACnetObjectIdToText (FUN)¶
FUNCTION BACnetObjectIdToText : STRING
This ia a helper function which get the name-description of the given object identifier.
In the form of “analog-input, xxx”. ‘xxx’ is the instance number. Invalid values will get an empty string (“”):
- InOut:
- Scope - Name - Type - Return - BACnetObjectIdToText- STRING- Input - pObjectID- POINTER TO IEC_BACNET_OBJECT_ID 
