PlcAppConnection.CutItemsAfterFirstDot (PROP) ¶ PROPERTY CutItemsAfterFirstDot : BOOL
PlcAppConnection.ExecuteDataServerReply (METH) ¶ METHOD ExecuteDataServerReply : UDINT InOut: Scope Name Type Comment Return ExecuteDataServerReply UDINT Input itfRequestParameter IRequestParameter The parameters for executing the request itfRequestResult IRequestResult This instance allows to store the result
PlcAppConnection.ExecuteMonitoringReply (METH) ¶ METHOD ExecuteMonitoringReply : UDINT InOut: Scope Name Type Return ExecuteMonitoringReply UDINT
PlcAppConnection.ExecuteSymbolicMonitoringReply (METH) ¶ METHOD ExecuteSymbolicMonitoringReply : UDINT InOut: Scope Name Type Return ExecuteSymbolicMonitoringReply UDINT
IServiceHelper Methods ¶ CreateResponse (Method) CreateService (Method) SavepointMemory (Property)
TaggedServiceWriter.WriteBytes (METH) ¶ METHOD WriteBytes : UDINT InOut: Scope Name Type Return WriteBytes UDINT Input pData POINTER TO BYTE udiSize UDINT
TaggedServiceWriter.WriteBytesSwapped (METH) ¶ METHOD WriteBytesSwapped : UDINT Will write the bytes and swap them if the size is 2, 4 or 8. Remember: This method will always do a swapping! If there is a different size, then no swapping will happen! InOut: Scope Name Type Return WriteBytesSwapped UDINT Input pData POINTER TO BYTE udiSize UDINT
TaggedServiceWriter.WriteComplexStartTag (METH) ¶ METHOD WriteComplexStartTag : UDINT InOut: Scope Name Type Return WriteComplexStartTag UDINT Input udiTag UDINT udiMinLenSize UDINT
TaggedServiceWriter.WriteDWord (METH) ¶ METHOD WriteDWord : UDINT InOut: Scope Name Type Return WriteDWord UDINT Input dw DWORD
TaggedServiceWriter.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