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 (“”):
const char* A const pointer to a static buffer which holds the string.
- InOut:
Scope
Name
Type
Comment
Return
BACnetObjectIdToText
STRING
Input
pObjectID
POINTER TO IEC_BACNET_OBJECT_ID
A pointer to the object identifier structure for which the string is requested.