IBACnetClient.UnregisterFromServer (METH) ¶ METHOD UnregisterFromServer : UDINT Unregister a BACnet-Client-FB from its parent BACnet-Server-FB. Using this function enables one to dynamically create/delete BACnet-Client-FBs, which were not inserted via the device tree. Return CmpErrors.Errors.ERR_OK if successful. InOut: Scope Name Type Return UnregisterFromServer UDINT
BACnetHooksCallbacks ¶ Structures and interfaces needed to use the BACnet hooks and callbacks provided by a BACnet server. IBACnetEventConsumer (Interface) BACnetEventCallback (Method)
IBACnetEventConsumer (ITF) ¶ INTERFACE PUBLIC IBACnetEventConsumer Interface which has to be implemented by a FB, which can be registered using BACnetServer.RegisterHook or BACnetServer.RegisterCallback . This Interface gets called whenever the specified event (by the calls of BACnetServer.RegisterHook or BACnetServer.RegisterCallback ) occurs. Methods: BACnetEventCallback Structure: BACnetEventCallback (Method)
BACnetClientWritePropertyMultiple.Request (METH) ¶ METHOD PROTECTED Request : CmpBACnet.IEC_BACNET_STATUS InOut: Scope Name Type Return Request CmpBACnet.IEC_BACNET_STATUS
BACnetClientWritePropertyMultiple.SampleInputs (METH) ¶ METHOD PROTECTED SampleInputs
IBACnetClient.SourceDeviceNumber (PROP) ¶ PROPERTY SourceDeviceNumber : DWORD
IBACnetClient.TargetDeviceAddress (PROP) ¶ PROPERTY TargetDeviceAddress : POINTER TO CmpBACnet.IEC_BACNET_ADDRESS
BACnetAnalogOutput.Units (PROP) ¶ PROPERTY Units : CmpBACnet.IEC_BACNET_ENGINEERING_UNITS
BACnetAnalogOutput.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.
BACnetAnalogOutput.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.