BACnetNotificationClass.AckRequired (PROP) ¶ PROPERTY AckRequired : STRING
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.
NotificationClass ¶ The BACnet Notification Class object. BACnetNotificationClass (FunctionBlock) AckRequired (Property) Description (Property) GetRecipientList (Method) NotificationClass (Property) Priority (Property) ProfileName (Property) SetRecipientList (Method)
BACnetMultistateValue.TimeDelayNormal (PROP) ¶ PROPERTY TimeDelayNormal : CmpBACnet.IEC_BACNET_UNSIGNED
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.
BACnetNotificationClass.Description (PROP) ¶ PROPERTY Description : WSTRING(255)
BACnetNotificationClass.GetRecipientList (METH) ¶ METHOD GetRecipientList : CmpBACnet.IEC_BACNET_STATUS Gets the Recipient_List-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 GetRecipientList 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_DESTINATION 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.
BACnetNotificationClass.ProfileName (PROP) ¶ PROPERTY ProfileName : WSTRING(255)
BACnetNotificationClass.SetRecipientList (METH) ¶ METHOD SetRecipientList : CmpBACnet.IEC_BACNET_STATUS Sets the Recipient_List-List of this BACnet object. InOut: Scope Name Type Comment Return SetRecipientList 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_DESTINATION The list data containing elements according to the given count.
BACnetPositiveIntegerValue.AckedTransitions (PROP) ¶ PROPERTY AckedTransitions : STRING