Datasource.ReleaseTraceAddressInfoWriter (METH) ¶ METHOD ReleaseTraceAddressInfoWriter : SysTypes.RTS_IEC_RESULT Releases an ITraceAddressInfoWriter instance, that was previously returned by a call to method CreateTraceAddressInfoWriter InOut: Scope Name Type Comment Return ReleaseTraceAddressInfoWriter SysTypes.RTS_IEC_RESULT The error code Input itfTraceAddressInfoWriter IDatasources.ITraceAddressInfoWriter
Datasource.SetDatasourceIndex (METH) ¶ METHOD SetDatasourceIndex InOut: Scope Name Type Comment Input iDatasourceIndex INT itfDatasourcesMgrInternal IDatasourcesMgrInternal The datasources manager we belong to
Datasource.UpdateWriteCopies (METH) ¶ METHOD UpdateWriteCopies InOut: Scope Name Type Input pItems POINTER TO IDatasources.IDataItem count DINT
DatasourcesMgr.EventCallback (METH) ¶ METHOD EventCallback : CMPEVENTMGR.RTS_IEC_RESULT The interface ICmpEventCallback must be registered for an event. If this event is posted, this callback method is called. InOut: Scope Name Type Comment Return EventCallback CMPEVENTMGR.RTS_IEC_RESULT Input pEventParam POINTER TO CMPEVENTMGR.EventParam Pointer to the event parameters, see Struct EventParam
Action Records ¶ ActionRecordDelete (Method) ActionRecordReplay (Method) ActionRecordingGetResult (Method) ActionRecordingStart (Method)
DatasourcesMgr.ActionRecordDelete (METH) ¶ METHOD ActionRecordDelete : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return ActionRecordDelete IDatasources.SysTypes.RTS_IEC_RESULT Input record IDatasources.IDatasourcesActionRecord
DatasourcesMgr.ActionRecordReplay (METH) ¶ METHOD ActionRecordReplay : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return ActionRecordReplay IDatasources.SysTypes.RTS_IEC_RESULT Input record IDatasources.IDatasourcesActionRecord
DatasourcesMgr.ActionRecordingGetResult (METH) ¶ METHOD ActionRecordingGetResult : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return ActionRecordingGetResult IDatasources.SysTypes.RTS_IEC_RESULT Output result IDatasources.IDatasourcesActionRecord
DatasourcesMgr.ActionRecordingStart (METH) ¶ METHOD ActionRecordingStart : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return ActionRecordingStart IDatasources.SysTypes.RTS_IEC_RESULT
DatasourcesMgr.AllItemsOk (METH) ¶ METHOD AllItemsOk : SysTypes.RTS_IEC_RESULT This method will return ERR_OK when all active items of all datasources have the quality good else it will return ERR_DS_BADITEMS. It might return ERR_DS_MULTITASKING_LOCKED when it is currently not possible to have access to all datasources. In this case the client should call this method again later. InOut: Scope Name Type Return AllItemsOk SysTypes.RTS_IEC_RESULT