BackupRestore.Password (PROP) ¶ PROPERTY Password : WSTRING
BackupRestore.PostUnregister (METH) ¶ METHOD PostUnregister : UDINT InOut: Scope Name Type Return PostUnregister UDINT
BackupRestore.PreRegister (METH) ¶ METHOD PreRegister : UDINT InOut: Scope Name Type Return PreRegister UDINT Input itfServer BACnet.IBACnetServer
BackupRestore.Restore (METH) ¶ METHOD Restore : CmpBACnet.IEC_BACNET_STATUS InOut: Scope Name Type Return Restore CmpBACnet.IEC_BACNET_STATUS
BackupRestore.RestoreClientCreatedObjects (PROP) ¶ PROPERTY RestoreClientCreatedObjects : BOOL Should client created objects be restored.
BackupRestore.TimeZone (PROP) ¶ PROPERTY TimeZone : Util.TimeZone Read / write the timezone. See also GetTimeZoneFromSystem and UpdateTimeZoneFromSystem .
BackupRestore.UpdateTimeZoneFromSystem (PROP) ¶ PROPERTY UpdateTimeZoneFromSystem : BOOL Determines whether or not the timezone is updated from the underlying system before each computation involving timezone.
ClientCreatableObjects (FB) ¶ FUNCTION_BLOCK PUBLIC FINAL ClientCreatableObjects EXTENDS BACnet.BACnetServerPluginBase IMPLEMENTS BACnet.IBACnetEventConsumer Default implementation for client-create-object requests to limit client creatable object types to certain types and amounts. This default implementation registers a (client) create object service application hook and rejects unwanted client create object requests. This default implementation also ignores all property initial values except: Object_Name, Description, Profile_Name Properties: BlockFurtherProcessing Name NumHooks Methods: BACnetEventCallback GetHook Init PreRegister SetMaxNum Structure: BACnetEventCallback (Method) BlockFurtherProcessing (Property) GetHook (Method) Init (Method) Name (Property) NumHooks (Property) PreRegister (Method) SetMaxNum (Method)
ClientCreatableObjects.BACnetEventCallback (METH) ¶ METHOD BACnetEventCallback : BOOL Hook callback for IEC_BACNET_CB_TYPE.CB_DCC InOut: Scope Name Type Comment Return BACnetEventCallback BOOL Input EventId DWORD If only one event is possibly called, the following Ids can be ignored. If there are more at least the EventId should be checked, to get the right type of pParameter. ID of the occured Event. Contains the class and the event (see CmpBACnet.EVENTIDS) usParamId WORD Id of the parameter structure (see pParameter and CmpBACnet.EVENTIDS) usVersion WORD Version of the parameter structure (see pParameter and CmpBACnet.EVENTIDS) pParameter POINTER TO BYTE Pointer to the event specific parameter, that is specified by Id (see CmpBACnet.EVENTIDS and CmpBACnet, i.e. EVT_BACNET_ACKALARM)
ClientCreatableObjects.BlockFurtherProcessing (PROP) ¶ PROPERTY BlockFurtherProcessing : BOOL Controls either to block or allow further processing in other client create object service hook of BACnet-Server-Plugins registered later on.