BACnetSchedule (FB)

FUNCTION_BLOCK PUBLIC BACnetSchedule EXTENDS BACnetStaticObjectBase IMPLEMENTS IBACnetSchedule

FB reflecting a BACnet-Schedule-Object. All Properties of this FB give access to the client writeable BACnet-Properties of the reflected BACnet-Object, although the access is done not client sided (without checking access restrictions). Moreover access right behaviour which changes due to dynamically changing BACnet-Property-Sets is done by an Event-Callback (BACnetEventCallback), which is attached to the BACNET_CALLBACK_WRITE-Callback. Besides several functions for accessing and modifying the Weekly_Schedule-, Exception_Schedule-, Schedule_Default and Present_Value-Properties are given. Additionally see documentation of BACnetObjectBase.