BACnetSchedule.AddPropertyReference
(METH)
METHOD AddPropertyReference : CmpBACnet.IEC_BACNET_STATUS
Adds device object property reference to the List_Of-Object_Property_References-Property (which lists all the Objects to influenced by this Schedule) of this BACnet-Object.
- InOut:
Scope
Name
Type
Initial
Comment
Return
AddPropertyReference
CmpBACnet.IEC_BACNET_STATUS
Input
deviceInstance
CmpBACnet.IEC_BACNET_DWORD
The BACnet device to reference.
objInstance
CmpBACnet.IEC_BACNET_DWORD
The BACnet object instance number of the BACnet device to reference.
objType
CmpBACnet.IEC_BACNET_OBJECT_TYPE
The BACnet object type number of the BACnet device to reference.
propID
CmpBACnet.IEC_BACNET_PROPERTY_ID
The BACnet property ID of the BACnet object to reference.
nIndex
CmpBACnet.IEC_BACNET_SIGNED
The 1 based index to reference of the BACnet property.
xDevicePresent
BOOL
TRUE
Whether the BACnet device is present or not.