BACnetGetPropertyAccessRight (FUN)ΒΆ

FUNCTION BACnetGetPropertyAccessRight : IEC_BACNET_STATUS

Retrieves the access rights for local properties.

An application can retrieve the accessrights set on object construction for an local objects property.

Return: IEC_BACNET_STATUS

InOut:

Scope

Name

Type

Comment

Return

BACnetGetPropertyAccessRight

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.

pePropertyAccess

POINTER TO IEC_BACNET_ACCESS

Pointer to store the current accessright for the specified property.