LogObjectsBase.GetRecordsByPosition (METH) ¶ METHOD PROTECTED GetRecordsByPosition : RTS_IEC_RESULT Allocates readRangeResult.itemData.buffer.pBuffer needs to be deallocated using FreeReadRangeResult(). InOut: Scope Name Type Return GetRecordsByPosition RTS_IEC_RESULT Input instNumber DWORD startPos CmpBACnet.IEC_BACNET_UNSIGNED numRecords CmpBACnet.IEC_BACNET_SIGNED Inout readRangeResult CmpBACnet.IEC_BACNET_READ_RANGE_RESULT
LogObjectsBase.GetRecordsBySequence (METH) ¶ METHOD PROTECTED GetRecordsBySequence : RTS_IEC_RESULT Allocates readRangeResult.itemData.buffer.pBuffer needs to be deallocated using FreeReadRangeResult(). InOut: Scope Name Type Return GetRecordsBySequence RTS_IEC_RESULT Input instNumber DWORD refSequenceNum CmpBACnet.IEC_BACNET_UNSIGNED numRecords CmpBACnet.IEC_BACNET_SIGNED Inout readRangeResult CmpBACnet.IEC_BACNET_READ_RANGE_RESULT
LogObjectsBase.GetRecordsByTime (METH) ¶ METHOD PROTECTED GetRecordsByTime : RTS_IEC_RESULT Allocates readRangeResult.itemData.buffer.pBuffer needs to be deallocated using FreeReadRangeResult(). InOut: Scope Name Type Return GetRecordsByTime RTS_IEC_RESULT Input instNumber DWORD refTime CmpBACnet.IEC_BACNET_DATE_TIME numRecords CmpBACnet.IEC_BACNET_SIGNED Inout readRangeResult CmpBACnet.IEC_BACNET_READ_RANGE_RESULT
TimeSync_SvcAppHook.GetTimeZoneFromSystem (METH) ¶ METHOD GetTimeZoneFromSystem : ERROR Gets the timezone from the underlying system. InOut: Scope Name Type Return GetTimeZoneFromSystem ERROR
TimeSync_SvcAppHook.Init (METH) ¶ METHOD Init
TimeSync_SvcAppHook.Name (PROP) ¶ PROPERTY Name : STRING
TimeSync_SvcAppHook.NumHooks (PROP) ¶ PROPERTY NumHooks : UINT
TimeSync_SvcAppHook.TimeZone (PROP) ¶ PROPERTY TimeZone : Util.TimeZone Read / write the timezone. See also GetTimeZoneFromSystem and UpdateTimeZoneFromSystem .
TimeSync_SvcAppHook.UpdateTimeZoneFromSystem (PROP) ¶ PROPERTY UpdateTimeZoneFromSystem : BOOL Determines whether or not the timezone is updated from the underlying system before each computation involving timezone.
UTCTimeSync_SvcAppHook (FB) ¶ FUNCTION_BLOCK PUBLIC FINAL UTCTimeSync_SvcAppHook EXTENDS BACnet.BACnetServerPluginBase IMPLEMENTS BACnet.IBACnetEventConsumer Default implementation for UTCTimeSynchronization service application hook Properties: Name NumHooks Methods: BACnetEventCallback GetHook Init Structure: BACnetEventCallback (Method) GetHook (Method) Init (Method) Name (Property) NumHooks (Property)