IServiceReader.MoveNextConditional (METH) ¶ METHOD MoveNextConditional : UDINT InOut: Scope Name Type Return MoveNextConditional UDINT Input bDoMove BOOL
IServiceReader.MoveUp (METH) ¶ METHOD MoveUp : UDINT This method will move up one tag and to the next tag on the level above the current tag. InOut: Scope Name Type Return MoveUp UDINT
IServiceReader.ReadByte (METH) ¶ METHOD ReadByte : UDINT InOut: Scope Name Type Return ReadByte UDINT Output bt BYTE
IServiceReader.ReadBytes (METH) ¶ METHOD ReadBytes : UDINT InOut: Scope Name Type Comment Return ReadBytes UDINT Input pBuffer POINTER TO BYTE The read bytes will be written to this location udiCount UDINT The number of bytes to be read
IServiceReader.ReadBytesSwapped (METH) ¶ METHOD ReadBytesSwapped : UDINT InOut: Scope Name Type Comment Return ReadBytesSwapped UDINT Input pBuffer POINTER TO BYTE The read bytes will be written to this location udiCount UDINT The number of bytes to be read
IServiceReader.ReadDWord (METH) ¶ METHOD ReadDWord : UDINT InOut: Scope Name Type Return ReadDWord UDINT Output dw DWORD
IServiceWriter.WriteComplexStartTag (METH) ¶ METHOD WriteComplexStartTag : UDINT InOut: Scope Name Type Return WriteComplexStartTag UDINT Input udiTag UDINT udiMinLenSize UDINT
IServiceWriter.WriteDWord (METH) ¶ METHOD WriteDWord : UDINT InOut: Scope Name Type Return WriteDWord UDINT Input dw DWORD
IServiceWriter.WriteDWordSwapped (METH) ¶ METHOD WriteDWordSwapped : UDINT Writes the given double word to the service. Will do swapping if required by the parameter bSwap InOut: Scope Name Type Return WriteDWordSwapped UDINT Input dw DWORD bSwap BOOL
IServiceWriter.WriteDataStartTag (METH) ¶ METHOD WriteDataStartTag : UDINT InOut: Scope Name Type Return WriteDataStartTag UDINT Input udiTag UDINT alignment CmpBinTagUtilIec.BTagAlignment udiMinLenSize UDINT