BACnetStorePropertyInstanceByHandle (FUN)ΒΆ
FUNCTION BACnetStorePropertyInstanceByHandle : IEC_BACNET_STATUS
Same function as ::BACnetStorePropertyInstance but uses handle to object instead of an device instance number and object idenfier.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetStorePropertyInstanceByHandle
Input
handleToObject
A valid handle to the object retrieved by a call to ::BACnetGetObjectHandle.
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.