BACnetMultistateInput.GetStateText (METH) ¶ METHOD GetStateText : CmpBACnet.IEC_BACNET_STATUS Gets the State_Text-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 GetStateText CmpBACnet.IEC_BACNET_STATUS Output uiListCount CmpBACnet.IEC_BACNET_ELEMENT_COUNT The length of the list in the following pointer. pList POINTER TO WSTRING(255) 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.
BACnetMultistateInput.NotificationClass (PROP) ¶ PROPERTY NotificationClass : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetMultistateInput.SetAlarmValues (METH) ¶ METHOD SetAlarmValues : CmpBACnet.IEC_BACNET_STATUS Sets the Alarm_Values-List 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_UNSIGNED The list data containing elements according to the given count.
BACnetMultistateInput.EventState (PROP) ¶ PROPERTY EventState : CmpBACnet.IEC_BACNET_EVENT_STATE
BACnetMultistateInput.EventTimeStamps (PROP) ¶ PROPERTY EventTimeStamps : ARRAY [0..2] OF CmpBACnet.IEC_BACNET_TIME_STAMP
BACnetMultistateInput.EventMessageTexts (PROP) ¶ PROPERTY EventMessageTexts : ARRAY [0..2] OF WSTRING(255)
BACnetMultistateInput.EventMessageTextsConfig (PROP) ¶ PROPERTY EventMessageTextsConfig : ARRAY [0..2] OF WSTRING(255)
BACnetMultistateInput.NotifyType (PROP) ¶ PROPERTY NotifyType : CmpBACnet.IEC_BACNET_NOTIFY_TYPE
BACnetMultistateInput.NumberOfStates (PROP) ¶ PROPERTY NumberOfStates : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetMultistateInput.OutOfService (PROP) ¶ PROPERTY OutOfService : BOOL