BACnetIsPropertyWriteable (FUN)ΒΆ
FUNCTION BACnetIsPropertyWriteable : IEC_BACNET_STATUS
Checks if the requested property has write access.
An application can check if an local objects property has write access and may be changed by an BACnet client using BACnet writing services.
::BACNET_STATUS BACNET_STATUS_OK the property has write access any othe idicates no write access.
- InOut:
Scope
Name
Type
Comment
Return
BACnetIsPropertyWriteable
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.