BACnetLifeSafetyPoint (FB)

FUNCTION_BLOCK PUBLIC BACnetLifeSafetyPoint EXTENDS BACnetStaticObjectBase IMPLEMENTS IBACnetLifeSafetyPoint

FB reflecting a BACnet-LifeSafetyPoint-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). Additionaly access is given for the Present_Value-Property, although the latter is not (always) client side writeable. 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. Additionally see documentation of BACnetObjectBase.