BACnetLifeSafetyPoint.GetAcceptedModes (METH) ¶ METHOD GetAcceptedModes : CmpBACnet.IEC_BACNET_STATUS Gets the Accepted_Modes 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 GetAcceptedModes 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_MODE 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.GetAlarmValues (METH) ¶ METHOD GetAlarmValues : CmpBACnet.IEC_BACNET_STATUS Gets the 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 GetAlarmValues 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.GetMemberOf (METH) ¶ METHOD GetMemberOf : CmpBACnet.IEC_BACNET_STATUS Gets the Member_Of 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 GetMemberOf 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_DEV_OBJ_REFERENCE 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.MaintenanceRequired (PROP) ¶ PROPERTY MaintenanceRequired : CmpBACnet.IEC_BACNET_MAINTENANCE
BACnetLifeSafetyPoint.EventState (PROP) ¶ PROPERTY EventState : CmpBACnet.IEC_BACNET_EVENT_STATE
BACnetLifeSafetyPoint.EventTimeStamps (PROP) ¶ PROPERTY EventTimeStamps : ARRAY [0..2] OF CmpBACnet.IEC_BACNET_TIME_STAMP
BACnetLifeSafetyPoint.EventMessageTexts (PROP) ¶ PROPERTY EventMessageTexts : ARRAY [0..2] OF WSTRING(255)
BACnetLifeSafetyPoint.EventMessageTextsConfig (PROP) ¶ PROPERTY EventMessageTextsConfig : ARRAY [0..2] OF WSTRING(255)
BACnetLifeSafetyPoint.NotifyType (PROP) ¶ PROPERTY NotifyType : CmpBACnet.IEC_BACNET_NOTIFY_TYPE
BACnetLifeSafetyPoint.OperationExpected (PROP) ¶ PROPERTY OperationExpected : CmpBACnet.IEC_BACNET_LIFE_SAFETY_OPERATION