UtilsWriteString
(FUN)
FUNCTION UtilsWriteString : UDINT
Writes a string to an IServiceWriter instance. The return value indicates, whether the processing was successful (0) or not.
- InOut:
Scope
Name
Type
Comment
Return
UtilsWriteString
UDINT
Input
itfWriter
The IServiceWriter instance, where the data has to be written to
uiTag
UINT
The tag used for identifying the data
psz
POINTER TO STRING(255)
Points to the string, that has to be written