BACnetBinaryOutput.TimeOfActiveTimeReset (PROP) ¶ PROPERTY TimeOfActiveTimeReset : BACnetDateTime
BACnetBinaryOutput.Reliability (PROP) ¶ PROPERTY Reliability : CmpBACnet.IEC_BACNET_RELIABILITY
BACnetBinaryOutput.ReliabilityEvaluationInhibit (PROP) ¶ PROPERTY ReliabilityEvaluationInhibit : BOOL
BACnetBinaryOutput.PresentValue (PROP) ¶ PROPERTY PresentValue : CmpBACnet.IEC_BACNET_BINARY_PV
BACnetBinaryOutput.ProfileName (PROP) ¶ PROPERTY ProfileName : WSTRING(255)
BACnetBinaryOutput.StatusFlags (PROP) ¶ PROPERTY StatusFlags : STRING
BACnetBinaryOutput.TimeDelay (PROP) ¶ PROPERTY TimeDelay : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetBinaryValue.ActiveText (PROP) ¶ PROPERTY ActiveText : WSTRING(255)
BACnetBinaryValue.AlarmValue (PROP) ¶ PROPERTY AlarmValue : CmpBACnet.IEC_BACNET_BINARY_PV
BACnetDevice.GetUTCTimeSynchronizationRecipients (METH) ¶ METHOD GetUTCTimeSynchronizationRecipients : CmpBACnet.IEC_BACNET_STATUS Gets the UTC_Time_Synchronization_Recipients-List of this BACnet object. The returned pointer 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 GetUTCTimeSynchronizationRecipients CmpBACnet.IEC_BACNET_STATUS Output uiListCount CmpBACnet.IEC_BACNET_ELEMENT_COUNT The length of the list in the following pointer. pList POINTER TO CmpBACnet.IEC_BACNET_RECIPIENT The returned Pointer gets filled with the data of the List AND (!) the data referenced within that list (i.e. strings, etc.). After usage, use FreeStackAllocatedMemory , to free the used memory again.