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.
- InOut:
Scope
Name
Type
Comment
Return
BACnetGetPropertyCallbackAttachmentA status indicating if the operation worked.
Input
instNumberInstance number of a Device Object.
pObjectIDPOINTER TO IEC_BACNET_OBJECT_ID
A pointer to the Object Identifier.
ePropertyIDThe Property identifier of the local property.
pbWriteCallbackAttachedPOINTER TO IEC_BACNET_BOOLEAN
A pointer to store the requested write callback attachment flag.
pbReadCallbackAttachedPOINTER TO IEC_BACNET_BOOLEAN
A pointer to store the requested read callback attachment flag.