SwapDwordIf (FUN) ¶ FUNCTION SwapDwordIf : DWORD InOut: Scope Name Type Return SwapDwordIf DWORD Input dw DWORD byteOrder IDatasources.ByteOrder
SwapLword (FUN) ¶ FUNCTION SwapLword : BOOL InOut: Scope Name Type Return SwapLword BOOL Inout lw LWORD
SwapLwordIf (FUN) ¶ FUNCTION SwapLwordIf : LWORD InOut: Scope Name Type Return SwapLwordIf LWORD Input lw LWORD byteOrder IDatasources.ByteOrder
IDataItem.Access (PROP) ¶ PROPERTY Access : ItemAccess
IDataItem.Assigner (PROP) ¶ PROPERTY Assigner : IDataItemValueAssigner
IDataItem.DriverSpecific (PROP) ¶ PROPERTY DriverSpecific : IDriverSpecificData This property can be used by the connected driver to optionally attach some driver specific data to this item.
IDataItem.Name (PROP) ¶ PROPERTY Name : REFERENCE TO ItemName Returns a readonly reference to the name information of this item. Note Please remark that this property returns the name of the according item on the side of the connected datasource. This name might be different from the instance path it is accessible on the HMI device.
IDataItem.SetError (METH) ¶ METHOD SetError 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
MonLog_DumpDataItemWriting (FUN) ¶ FUNCTION MonLog_DumpDataItemWriting : BOOL InOut: Scope Name Type Return MonLog_DumpDataItemWriting BOOL Input hFile SysFile.RTS_IEC_HANDLE item IDatasources.IDataItem pOptAddressInfo POINTER TO AddressGeneratedInfo
MonLog_Error (FUN) ¶ FUNCTION MonLog_Error : BOOL InOut: Scope Name Type Return MonLog_Error BOOL Input hFile SysFile.RTS_IEC_HANDLE udiErrorCode UDINT