base ¶ ComputeRecordSize (Method)
LogObjectsBase.ComputeRecordSize (METH) ¶ METHOD PROTECTED ComputeRecordSize : WORD InOut: Scope Name Type Return ComputeRecordSize WORD
LogObjectsBase.FreeReadRangeResult (METH) ¶ METHOD PROTECTED FreeReadRangeResult Deallocation function to deallocate readRangeResult.itemData.buffer.pBuffer provided by GetRecordsBy*(). InOut: Scope Name Type Inout readRangeResult CmpBACnet.IEC_BACNET_READ_RANGE_RESULT
LogObjectsBase.GetBufferSize (METH) ¶ METHOD PROTECTED GetBufferSize : CmpBACnet.IEC_BACNET_UNSIGNED InOut: Scope Name Type Return GetBufferSize CmpBACnet.IEC_BACNET_UNSIGNED Input instNumber DWORD
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
LogObjectsBase.GetStopWhenFull (METH) ¶ METHOD PROTECTED GetStopWhenFull : BOOL InOut: Scope Name Type Return GetStopWhenFull BOOL Input instNumber DWORD
LogObjectsBase.HardShutdown (PROP) ¶ PROPERTY HardShutdown : BOOL
LogObjectsBase.Init (METH) ¶ METHOD Init