BACnetLargeAnalogValue.TimeDelayNormal (PROP) ¶ PROPERTY TimeDelayNormal : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetLargeAnalogValue.Units (PROP) ¶ PROPERTY Units : CmpBACnet.IEC_BACNET_ENGINEERING_UNITS
BACnetLifeSafetyPoint.DeviceType (PROP) ¶ PROPERTY DeviceType : WSTRING(255)
BACnetLifeSafetyPoint.DirectReading (PROP) ¶ PROPERTY DirectReading : CmpBACnet.IEC_BACNET_REAL
BACnetLargeAnalogValue.StatusFlags (PROP) ¶ PROPERTY StatusFlags : STRING
BACnetLargeAnalogValue.TimeDelay (PROP) ¶ PROPERTY TimeDelay : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetLifeSafetyPoint.EventDetectionEnable (PROP) ¶ PROPERTY EventDetectionEnable : BOOL
BACnetLifeSafetyPoint.EventEnable (PROP) ¶ PROPERTY EventEnable : STRING
BACnetLifeSafetyPoint.GetFaultValues (METH) ¶ METHOD GetFaultValues : CmpBACnet.IEC_BACNET_STATUS Gets the Fault_Values 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 GetFaultValues 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_LIFE_SAFETY_STATE 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.
BACnetLifeSafetyPoint.GetLifeSafetyAlarmValues (METH) ¶ METHOD GetLifeSafetyAlarmValues : CmpBACnet.IEC_BACNET_STATUS Gets the Life_Safety_Alarm_Values 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 GetLifeSafetyAlarmValues 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_LIFE_SAFETY_STATE 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.