BACnetBinaryValue.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.
BACnetBinaryValue.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_BINARY_PV Value to write. priority DINT The priority to use when writing to Present_Value.
BACnetCalendar.GetEntry (METH) ¶ METHOD GetEntry : CmpBACnet.IEC_BACNET_STATUS Gets the calendar entry in the Date_List-Property of this BACnet-Calendar-Object, which has index nIndex. Use The function GetEntryCount, to be able to go through all entries of the Date_List-Property. InOut: Scope Name Type Comment Return GetEntry CmpBACnet.IEC_BACNET_STATUS Input nIndex CmpBACnet.IEC_BACNET_ELEMENT_COUNT The 1 based index of the entry to get. Output entry CmpBACnet.IEC_BACNET_CALENDAR_ENTRY The entry specified by nIndex (filled after calling this method).
BACnetCalendar.GetEntryCount (METH) ¶ METHOD GetEntryCount : CmpBACnet.IEC_BACNET_STATUS Gets the number of calendar entries in the Date_List-Property of this BACnet-Calendar-Object. InOut: Scope Name Type Comment Return GetEntryCount CmpBACnet.IEC_BACNET_STATUS Output count CmpBACnet.IEC_BACNET_ELEMENT_COUNT The count of entries in the Date_List-Property in this object.
BACnetCalendar.AddWeekAndDay (METH) ¶ METHOD AddWeekAndDay : CmpBACnet.IEC_BACNET_STATUS Adds a week and day specification (i.e. every week at day xy) as calendar entry to the Date_List-Property of this BACnet-Calendar-Object. InOut: Scope Name Type Comment Return AddWeekAndDay CmpBACnet.IEC_BACNET_STATUS Input month CmpBACnet.IEC_BACNET_MONTH The month for the entry to add to the Date_List-Property of this object. weekOfMonth CmpBACnet.IEC_BACNET_WEEK_OF_MONTH The week of the month for the entry to add to the Date_List- Property of this object. dayOfWeek CmpBACnet.IEC_BACNET_DAY_OF_WEEK The day of the week for the entry to add to the Date_List- Property of this object.
BACnetCalendar.Description (PROP) ¶ PROPERTY Description : WSTRING(255)
BACnetCalendar.AddBACnetDate (METH) ¶ METHOD AddBACnetDate : CmpBACnet.IEC_BACNET_STATUS Adds a specific date as calendar entry to the Date_List-Property of this BACnet-Calendar-Object. InOut: Scope Name Type Comment Return AddBACnetDate CmpBACnet.IEC_BACNET_STATUS Input bacDat CmpBACnet.IEC_BACNET_DATE The date to add to the Date_List-Property.
BACnetCalendar.AddBACnetDateRange (METH) ¶ METHOD AddBACnetDateRange : CmpBACnet.IEC_BACNET_STATUS Adds a date range as calendar entry to the Date_List-Property of this BACnet-Calendar-Object. InOut: Scope Name Type Comment Return AddBACnetDateRange CmpBACnet.IEC_BACNET_STATUS Input bacStartDat CmpBACnet.IEC_BACNET_DATE The start date of the date range to add to the Date_List- Property. bacEndDat CmpBACnet.IEC_BACNET_DATE The end date of the date range to add to the Date_List- Property.
BACnetBinaryValue.TimeDelayNormal (PROP) ¶ PROPERTY TimeDelayNormal : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetBinaryValue.TimeOfActiveTimeReset (PROP) ¶ PROPERTY TimeOfActiveTimeReset : BACnetDateTime