BACnetObjectBase.SetBACnetPrescaleProperty (METH) ¶ METHOD SetBACnetPrescaleProperty Sets the BACnet-Prescale-Value of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_PRESCALE struct. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. prescale CmpBACnet.IEC_BACNET_PRESCALE The BACnet prescale to set for the property.
BACnetObjectBase.SetBACnetStringProperty (METH) ¶ METHOD SetBACnetStringProperty Sets the BACnet-String-Value of the specified Property (propID) of this BACnet-Object using a WSTRING. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. wStrInput WSTRING(255) The WSTRING value to set for the property. strType CmpBACnet.IEC_BACNET_STRING_TYPE The BACnet string type the WSTRING value is converted to when setting the property.
BACnetObjectBase.SetBACnetTimeProperty (METH) ¶ METHOD SetBACnetTimeProperty Sets the Time-Value of the specified Property (propID) of this BACnet-Object using a TIME. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. tim TIME The TIME value to set for the property.
BACnetObjectBase.SetBACnetTimeStampProperty (METH) ¶ METHOD SetBACnetTimeStampProperty Sets the BACnet-TimeStamp-Value of the specified Property (propID) of this BACnet-Object using a BACnetTimeStamp struct. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. timeStamp BACnetTimeStamp The BACnet time stamp value to set for the property.
BACnetObjectBase.SetBACnetUnsignedProperty (METH) ¶ METHOD SetBACnetUnsignedProperty Sets the BACnet-Unsigned-Value of the specified Property (propID) of this BACnet-Object using a UDINT. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. uiVal CmpBACnet.IEC_BACNET_UNSIGNED The UINT value to set for the property.
BACnetObjectBase.SetBACnetRealProperty (METH) ¶ METHOD SetBACnetRealProperty Sets the BACnet-Real-Value of the specified Property (propID) of this BACnet-Object using a LREAL. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. rVal CmpBACnet.IEC_BACNET_REAL The LREAL value to set for the property.
BACnetObjectBase.SetBACnetScaleProperty (METH) ¶ METHOD SetBACnetScaleProperty Sets the BACnet-Scale-Value of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_SCALE struct. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. scale CmpBACnet.IEC_BACNET_SCALE The BACnet scale to set for the property.
BACnetBinaryInput.AckedTransitions (PROP) ¶ PROPERTY AckedTransitions : STRING
BACnetBinaryInput.ActiveText (PROP) ¶ PROPERTY ActiveText : WSTRING(255)
BACnetBinaryValue.GetPriorityArray (METH) ¶ METHOD GetPriorityArray : CmpBACnet.IEC_BACNET_STATUS Gets the Priority-Array of this BACnet object. The returned pointer pPrioArray is allocated with the corresponding data, whereas the user has to use FreeStackAllocatedMemory, to free the allocated memory after data usage. InOut: Scope Name Type Comment Return GetPriorityArray CmpBACnet.IEC_BACNET_STATUS Output pPrioArray POINTER TO ARRAY [1..16] OF CmpBACnet.IEC_BACNET_PRIORITY_ARRAY_ITEM The returned Pointer gets filled with the data of the Priority Array AND (!) the data referenced within the array (i.e. strings, etc.). After usage, use FreeStackAllocatedMemory , to free the used memory again.