BACnetLifeSafetyZone.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.
BACnetLifeSafetyZone.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.
BACnetLifeSafetyZone.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.
BACnetLifeSafetyZone.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.
BACnetLifeSafetyZone.GetZoneMembers (METH) ¶ METHOD GetZoneMembers : CmpBACnet.IEC_BACNET_STATUS Gets the Zone_Members 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 GetZoneMembers 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.
BACnetLifeSafetyZone.MaintenanceRequired (PROP) ¶ PROPERTY MaintenanceRequired : BOOL
BACnetLifeSafetyZone.ReliabilityEvaluationInhibit (PROP) ¶ PROPERTY ReliabilityEvaluationInhibit : BOOL
BACnetLifeSafetyZone.SetAcceptedModes (METH) ¶ METHOD SetAcceptedModes : CmpBACnet.IEC_BACNET_STATUS Sets the Accepted_Modes of this BACnet object. InOut: Scope Name Type Comment Return SetAcceptedModes CmpBACnet.IEC_BACNET_STATUS Input 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 list data containing elements according to the given count.
BACnetLifeSafetyZone.SetAlarmValues (METH) ¶ METHOD SetAlarmValues : CmpBACnet.IEC_BACNET_STATUS Sets the Alarm_Values of this BACnet object. InOut: Scope Name Type Comment Return SetAlarmValues CmpBACnet.IEC_BACNET_STATUS Input 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 list data containing elements according to the given count.
BACnetLifeSafetyZone.SetFaultValues (METH) ¶ METHOD SetFaultValues : CmpBACnet.IEC_BACNET_STATUS Sets the Fault_Values of this BACnet object. InOut: Scope Name Type Comment Return SetFaultValues CmpBACnet.IEC_BACNET_STATUS Input 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 list data containing elements according to the given count.