BACnetRetrievePropertyInstance (FUN)ΒΆ
FUNCTION BACnetRetrievePropertyInstance : IEC_BACNET_STATUS
Reads a property value from the BACnet server database.
An application can get read access to any property stored in the local servers object database. It will not initiate an ReadProperty request to remote devices.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetRetrievePropertyInstance
Input
instNumber
Instance number of a Device object.
pObjectID
POINTER TO IEC_BACNET_OBJECT_ID
A pointer to the object Identifier.
ePropertyID
The Property identifier of the local property.
nIndex
The optional index information of an array item from a property if this property contains an array. BACnet array indexes start counting at 1.
pVal
POINTER TO IEC_BACNET_PROPERTY_CONTENTS
Pointer to a property pontents containing a buffer which contains the value.