BACnetMultistateValue.EventMessageTexts (PROP) ¶ PROPERTY EventMessageTexts : ARRAY [0..2] OF WSTRING(255)
BACnetMultistateValue.EventMessageTextsConfig (PROP) ¶ PROPERTY EventMessageTextsConfig : ARRAY [0..2] OF WSTRING(255)
BACnetMultistateValue.EventDetectionEnable (PROP) ¶ PROPERTY EventDetectionEnable : BOOL
BACnetMultistateValue.EventEnable (PROP) ¶ PROPERTY EventEnable : STRING
BACnetMultistateValue.AckedTransitions (PROP) ¶ PROPERTY AckedTransitions : STRING
BACnetMultistateValue.Description (PROP) ¶ PROPERTY Description : WSTRING(255)
BACnetMultistateValue.WritePresentValueNullWithPriority (METH) ¶ METHOD WritePresentValueNullWithPriority : CmpBACnet.IEC_BACNET_STATUS Set the Present_Value to NULL with the given priority taking client side restrictions into account (access, priorization, range checks). In contrast to SetPropertyInstance and |PresentValue.Set| all access, priorization and range checks are executed by this call and on return the occurred BACnet error code will be returned. InOut: Scope Name Type Comment Return WritePresentValueNullWithPriority CmpBACnet.IEC_BACNET_STATUS Input priority DINT The priority to use when writing to Present_Value.
BACnetMultistateValue.WritePresentValueWithPriority (METH) ¶ METHOD WritePresentValueWithPriority : CmpBACnet.IEC_BACNET_STATUS Set the Present_Value with the given priority taking client side restrictions into account (access, priorization, range checks). In contrast to SetPropertyInstance and |PresentValue.Set| all access, priorization and range checks are executed by this call and on return the occurred BACnet error code will be returned. InOut: Scope Name Type Comment Return WritePresentValueWithPriority CmpBACnet.IEC_BACNET_STATUS Input value CmpBACnet.IEC_BACNET_UNSIGNED Value to write. priority DINT The priority to use when writing to Present_Value.
BACnetMultistateValue.SetFaultValues (METH) ¶ METHOD SetFaultValues : CmpBACnet.IEC_BACNET_STATUS Sets the Fault_Values-List 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_UNSIGNED The list data containing elements according to the given count.
BACnetMultistateValue.SetPriorityArray (METH) ¶ METHOD SetPriorityArray : CmpBACnet.IEC_BACNET_STATUS Command Prioritization - sets the whole Priority_Array of this BACnet object. To write the Present_Value with a single priority WritePresentValueWithPriority can be used. InOut: Scope Name Type Comment Return SetPriorityArray CmpBACnet.IEC_BACNET_STATUS Input arPrioArray ARRAY [1..16] OF CmpBACnet.IEC_BACNET_PRIORITY_ARRAY_ITEM The priority array to set for this BACnet object.