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.
- InOut:
- Scope - Name - Type - Comment - Return - BACnetIsPropertyWriteable- A status indicating if the operation worked.
- BACNET_STATUS_OK the property has write access any othe idicates no write access. 
 - Input - deviceInstNumber- 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. 
