IDatasource3.UpdateRate (PROP) ¶ PROPERTY UpdateRate : TIME Gets the update rate actually set
IDatasourceTraceAddressInfoProvider (ITF) ¶ INTERFACE IDatasourceTraceAddressInfoProvider EXTENDS __SYSTEM.IQueryInterface This interface can be implemented by a datasource, if the datasource can provide addresses used for tracing with CmpTraceMgr Methods: CreateTraceAddressInfoWriter GetPointerSizeInBytes ReleaseTraceAddressInfoWriter Structure: CreateTraceAddressInfoWriter (Method) GetPointerSizeInBytes (Method) ReleaseTraceAddressInfoWriter (Method)
IDatasourceTraceAddressInfoProvider.CreateTraceAddressInfoWriter (METH) ¶ METHOD CreateTraceAddressInfoWriter : ITraceAddressInfoWriter Creates an instance of ITraceAddressInfoWriter, that is able to write the address info for a given variable. .. note:: The returned ITraceAddressInfoWriter must be released by calling IDatasourceTraceAddressInfoProvider.ReleaseTraceAddressInfoWriter InOut: Scope Name Type Comment Return CreateTraceAddressInfoWriter ITraceAddressInfoWriter An ITraceAddressInfoWriter instance containing the address of the passed symbol. If the underlying IDriver does not support this feature 0 is returned. Input psSymbol POINTER TO STRING The symbol for which the instance has to be created Output udiResult UDINT Returns an error code
IDatasourceTraceAddressInfoProvider.GetPointerSizeInBytes (METH) ¶ METHOD GetPointerSizeInBytes : BYTE InOut: Scope Name Type Comment Return GetPointerSizeInBytes BYTE The number of bytes a pointer on the remote plc consists of Output udiResult UDINT Returns an error code
IDatasourceTraceAddressInfoProvider.ReleaseTraceAddressInfoWriter (METH) ¶ METHOD ReleaseTraceAddressInfoWriter : SysTypes.RTS_IEC_RESULT Releases an ITraceAddressInfoWriter instance, that was previously returned by a call to method IDatasourceTraceAddressInfoProvider.CreateTraceAddressInfoWriter InOut: Scope Name Type Comment Return ReleaseTraceAddressInfoWriter SysTypes.RTS_IEC_RESULT The error code Input itfTraceAddressInfoWriter ITraceAddressInfoWriter
IDatasourcesActionRecord (ITF) ¶ INTERFACE IDatasourcesActionRecord EXTENDS __SYSTEM.IQueryInterface
IDatasourcesFrameManager (ITF) ¶ INTERFACE IDatasourcesFrameManager EXTENDS __SYSTEM.IQueryInterface Methods: GetCount GetReplacedPath GetReplacementInfo Structure: GetCount (Method) GetReplacedPath (Method) GetReplacementInfo (Method)
IDatasourcesFrameManager.GetCount (METH) ¶ METHOD GetCount : INT This method will return the number of replacement infos InOut: Scope Name Type Return GetCount INT
IDatasourcesFrameManager.GetReplacedPath (METH) ¶ METHOD GetReplacedPath : POINTER TO STRING(255) InOut: Scope Name Type Return GetReplacedPath POINTER TO STRING(255) Input pstInterfaceVar POINTER TO STRING(255) pReplacementInfo POINTER TO ReplacementInfo
IDatasourcesFrameManager.GetReplacementInfo (METH) ¶ METHOD GetReplacementInfo : POINTER TO ReplacementInfo InOut: Scope Name Type Return GetReplacementInfo POINTER TO ReplacementInfo Input pstFramePath POINTER TO STRING(255)