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

IEC_BACNET_STATUS

A status indicating if the operation worked.

BACNET_STATUS_OK the property has write access any othe idicates no write access.

Input

deviceInstNumber

IEC_BACNET_DWORD

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.