BACnetObjectBase.SetPropertyCallbackAttachment (METH)ΒΆ

METHOD SetPropertyCallbackAttachment : CmpBACnet.IEC_BACNET_STATUS

Sets 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

Comment

Return

SetPropertyCallbackAttachment

CmpBACnet.IEC_BACNET_STATUS

Input

ePropertyID

CmpBACnet.IEC_BACNET_PROPERTY_ID

The id of the property to get its callback status for.

xReadCallbackAttached

BOOL

If the READ-Callback shall be called for the sepcified property of this object, specify TRUE. Else FALSE.

xWriteCallbackAttached

BOOL

If the WRITE-Callback shall be called for the sepcified property of this object, specify TRUE. Else FALSE.