ReinitDevice_SvcAppHook.NumHooks (PROP) ¶ PROPERTY NumHooks : UINT
ReinitDevice_SvcAppHook.Password (PROP) ¶ PROPERTY Password : WSTRING
ReinitDevice_SvcAppHook.TimeZone (PROP) ¶ PROPERTY TimeZone : Util.TimeZone Read / write the timezone. See also GetTimeZoneFromSystem and UpdateTimeZoneFromSystem .
ReinitDevice_SvcAppHook.UpdateTimeZoneFromSystem (PROP) ¶ PROPERTY UpdateTimeZoneFromSystem : BOOL Determines whether or not the timezone is updated from the underlying system before each computation involving timezone.
TimeSync_SvcAppHook (FB) ¶ FUNCTION_BLOCK PUBLIC FINAL TimeSync_SvcAppHook EXTENDS BACnet.BACnetServerPluginBase IMPLEMENTS BACnet.IBACnetEventConsumer Default implementation for TimeSynchronization service application hook TimeSync is not without problems, because of onknown timezone of the request itself. Assume we should use the own timezone. Properties: Name NumHooks TimeZone UpdateTimeZoneFromSystem Methods: BACnetEventCallback GetHook GetTimeZoneFromSystem Init Structure: BACnetEventCallback (Method) GetHook (Method) GetTimeZoneFromSystem (Method) Init (Method) Name (Property) NumHooks (Property) TimeZone (Property) UpdateTimeZoneFromSystem (Property)
ClientCreatableObjects.Init (METH) ¶ METHOD Init
ClientCreatableObjects.Name (PROP) ¶ PROPERTY Name : STRING
ClientCreatableObjects.NumHooks (PROP) ¶ PROPERTY NumHooks : UINT
ClientCreatableObjects.PreRegister (METH) ¶ METHOD PreRegister : UDINT InOut: Scope Name Type Return PreRegister UDINT Input itfServer BACnet.IBACnetServer
ClientCreatableObjects.SetMaxNum (METH) ¶ METHOD SetMaxNum : BOOL Sets the maximum number of client creatable objects of given type. InOut: Scope Name Type Comment Return SetMaxNum BOOL Input objType CmpBACnet.IEC_BACNET_OBJECT_TYPE object type, actually supported OBJ_ANALOG_INPUT := 0 .. OBJ_LIGHTING_OUTPUT := 54 maxNum DINT maximum number of client creatable objects of given type, -1 => no limits, 0 => not allowed