BACnetGetPropertyCallbackAttachment (FUN)ΒΆ

FUNCTION BACnetGetPropertyCallbackAttachment : IEC_BACNET_STATUS

Requests the assigned Callback attachments for local properties.

An application can request the assigned callback attachments made on object construction for an local objects property.

Return: IEC_BACNET_STATUS

InOut:

Scope

Name

Type

Comment

Return

BACnetGetPropertyCallbackAttachment

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.

pbWriteCallbackAttached

POINTER TO IEC_BACNET_BOOLEAN

A pointer to store the requested write callback attachment flag.

pbReadCallbackAttached

POINTER TO IEC_BACNET_BOOLEAN

A pointer to store the requested read callback attachment flag.