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
DataItem.SetErrorNoLog (METH) ¶ METHOD SetErrorNoLog Assigns an error situation to this item. Will set |IDataItemBase.ErrorCode| and |IDataItemBase.Quality| to |ItemQuality.Bad| InOut: Scope Name Type Comment Input errorCode SysTypes.RTS_IEC_RESULT The error code to assign. Note It is not possible to reset an error using ERR_OK
DataItem.ValueAddress (PROP) ¶ PROPERTY ValueAddress : POINTER TO BYTE Returns the address of the variable represented by this item on the current device.
DataItem.WriteCopyAddress (PROP) ¶ PROPERTY WriteCopyAddress : POINTER TO BYTE Returns the address of the mirrored value used for detection of local modifications.
DataItemBase.Name (PROP) ¶ PROPERTY Name : REFERENCE TO IDatasources.ItemName Returns a readonly reference to the name information of this item. Property had no setter with version < 3.5.10.0
DataItemBase.ElementCompareTo (METH) ¶ METHOD ElementCompareTo : INT Compares this element with itfElement . Returns 0 if the elements are equal, < 0 if the element is less than itfElement , > 0 if the element is greater than itfElement . InOut: Scope Name Type Comment Return ElementCompareTo INT Input itfElement COL.IElement The element to compare
DataItemBase.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL Returns true of this element and itfElement are equal. InOut: Scope Name Type Comment Return ElementEquals BOOL Input itfElement COL.IElement The element to compare
DataItemBase.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT Returns the hashcode of this element. InOut: Scope Name Type Return ElementHashCode LINT