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.
- InOut:
- Scope - Name - Type - Comment - Return - BACnetGetDatabaseObjectPropertyDescription- POINTER TO IEC_BACNET_PROPERTY_DESCRIPTION - A pointer of type IEC_BACNET_PROPERTY_DESCRIPTION or 0. - 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. 
