TracePropertyByCallAddressInfoWriter.WriteAddressInfo (METH) ¶ METHOD WriteAddressInfo : UDINT Writes the address info to an ICDSV3ServiceWriter instance. InOut: Scope Name Type Comment Return WriteAddressInfo UDINT Error code Input itfCDSV3ServiceWriter IDatasources.ICDSV3ServiceWriter See summary xHasToSwap BOOL A flag indicating, whether swapping is needed
TracePropertyByCallAddressInfoWriter.SetAddressInfo (METH) ¶ METHOD SetAddressInfo This method sets all the necessary information needed to implement the ITraceAddressInfoWriter interface. InOut: Scope Name Type Comment Input itfDataItem IDatasources.IDataItem The IDataItem addressInfo PropertyAddressInfo The address info corresponding to the data item
Request.Finish (METH) ¶ METHOD Finish : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return Finish SysTypes.RTS_IEC_RESULT Inout writeHelp ServiceWriterAndSavepoint
Request.Init (METH) ¶ METHOD Init InOut: Scope Name Type Input pServiceBuffer POINTER TO BYTE udiServiceBufferSize UDINT
Request.Service (PROP) ¶ PROPERTY Service : UINT
Request.ServiceGroup (PROP) ¶ PROPERTY ServiceGroup : UINT
Driver.CanSendCDSV3CustomRequest (METH) ¶ METHOD CanSendCDSV3CustomRequest : BOOL InOut: Scope Name Type Return CanSendCDSV3CustomRequest BOOL
Driver.ReconnectWaitTime (METH) ¶ METHOD ReconnectWaitTime : TIME InOut: Scope Name Type Return ReconnectWaitTime TIME Output xUseDefault BOOL
Driver.TimeoutSyncShutdown (METH) ¶ METHOD TimeoutSyncShutdown : TIME InOut: Scope Name Type Return TimeoutSyncShutdown TIME Output xUseDefault BOOL
Driver.CreateTraceAddressInfoWriter (METH) ¶ METHOD CreateTraceAddressInfoWriter : IDatasources.ITraceAddressInfoWriter Determines an IDataItem’s address, that can be used for tracing with CmpTraceMgr and creates and returns a corresponding ITraceAddressInfoWriter instance. InOut: Scope Name Type Comment Return CreateTraceAddressInfoWriter IDatasources.ITraceAddressInfoWriter An ITraceAddressInfoWriter instance containing the address of the passed data item. Input itfDataItem IDatasources.IDataItem The IDataItem Output udiResult UDINT Returns an error code ERR_OK: In case of success ERR_NOTINITIALIZED: Method was called, before the driver was initialized ERR_PARAMETER: itfDataItem is invalid ERR_NOTIMPLEMENTED: When trying to resolve a WSTRING variable name ERR_NO_OBJECT: If the data item was not found ERR_NOMEMORY: If there is no memory to alloc the returned instance