BACnetGetDatabaseObjectPropertyDescription (FUN)ΒΆ
FUNCTION BACnetGetDatabaseObjectPropertyDescription : POINTER TO IEC_BACNET_PROPERTY_DESCRIPTION
Function for retrieving information about an single object property.
This function can be called by an user application that needs information about an standard property that is defined for an particular object type.
Return: A pointer of type ::BACNET_PROPERTY_DESCRIPTION or NULL.
- InOut:
Scope
Name
Type
Comment
Return
BACnetGetDatabaseObjectPropertyDescription
POINTER TO IEC_BACNET_PROPERTY_DESCRIPTION
Input
objectType
The object type for which the caller wants the property information.
propertyID
The property identifier for which the caller wants the information.
bOnlyStandard
If set to True and the user application has defined some proprietary objects their property information will be returned here too.