BACnetObjectBase.GetPropertyCallbackAttachment (METH)¶
METHOD GetPropertyCallbackAttachment : CmpBACnet.IEC_BACNET_STATUS
Gets the current callback status of a property of the BACnet-Object. This status defines if the WRITE- or READ-Callbacks (IEC_BACNET_CALLBACK_TYPE used in BACnetServer.RegisterCallback) are called for the specified property of this object.
- InOut:
Scope
Name
Type
Initial
Comment
Return
GetPropertyCallbackAttachment
CmpBACnet.IEC_BACNET_STATUS
Input
ePropertyID
CmpBACnet.IEC_BACNET_PROPERTY_ID
The id of the property to get its callback status for.
Output
xReadCallbackAttached
BOOL
FALSE
If the READ-Callback is called for the sepcified property of this object, TRUE. Else FALSE.
xWriteCallbackAttached
BOOL
FALSE
If the WRITE-Callback is called for the sepcified property of this object, TRUE. Else FALSE.