BACnetLoop.ProfileName (PROP) ¶ PROPERTY ProfileName : WSTRING(255)
BACnetLoop.OutputUnits (PROP) ¶ PROPERTY OutputUnits : CmpBACnet.IEC_BACNET_ENGINEERING_UNITS
BACnetLoop.PresentValue (PROP) ¶ PROPERTY PresentValue : CmpBACnet.IEC_BACNET_REAL
BACnetLoop.Setpoint (PROP) ¶ PROPERTY Setpoint : CmpBACnet.IEC_BACNET_REAL
BACnetLoop.SetpointReference (PROP) ¶ PROPERTY SetpointReference : CmpBACnet.IEC_BACNET_SETPOINT_REFERENCE
BACnetLoop.NotifyType (PROP) ¶ PROPERTY NotifyType : CmpBACnet.IEC_BACNET_NOTIFY_TYPE
BACnetLoop.OutOfService (PROP) ¶ PROPERTY OutOfService : BOOL
BACnetLoop.StatusFlags (PROP) ¶ PROPERTY StatusFlags : STRING
BACnetLoop.TimeDelay (PROP) ¶ PROPERTY TimeDelay : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetMultistateOutput.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.