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
BACnetIsPropertyWriteableInput
instNumberInstance number of a Device object.
pObjectIDPOINTER TO IEC_BACNET_OBJECT_ID
A pointer to the object Identifier.
ePropertyIDThe Property identifier of the local property.