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

IEC_BACNET_STATUS

Input

instNumber

IEC_BACNET_INST_NUMBER

Instance number of a Device object.

pObjectID

POINTER TO IEC_BACNET_OBJECT_ID

A pointer to the object Identifier.

ePropertyID

IEC_BACNET_PROPERTY_ID

The Property identifier of the local property.