IDisposable ¶ ObjectDispose (Method)
SegmentPool.ObjectDispose (METH) ¶ METHOD FINAL ObjectDispose : ERROR InOut: Scope Name Type Return ObjectDispose ERROR
ISegmentPool ¶ GetSegment (Method)
SegmentPool.GetSegment (METH) ¶ METHOD FINAL GetSegment : POINTER TO BYTE InOut: Scope Name Type Return GetSegment POINTER TO BYTE Output itfSegment ISegment udiSize UDINT eErrorID ERROR
ResolveHostname.SetInitialValue (METH) ¶ METHOD FINAL SetInitialValue : ERROR InOut: Scope Name Type Return SetInitialValue ERROR Input itfAsyncProperty IAsyncProperty
IClient ¶ Read (Method) SetAdapter (Method) Upgrade (Method) Write (Method)
TCP_Client.Read (METH) ¶ METHOD FINAL Read : ERROR InOut: Scope Name Type Return Read ERROR Input pData __XWORD udiSize UDINT Output udiCount UDINT
TCP_Client.SetAdapter (METH) ¶ METHOD FINAL SetAdapter : ERROR A TCP_Client can bind a specific IP address to its socket. The IP address must belong to an interface on the host. For a TCP_Client , this assigns the source IP address that will be used for IP datagrams sent to the server. Normally, a TCP_Client does not bind an IP address to its socket. The kernel chooses the source IP address when the socket is connected, based on the outgoing interface that is used, which in turn is based on the route required to reach the server InOut: Scope Name Type Return SetAdapter ERROR Input itfIPAddress IIPAddress
TCP_Client.Upgrade (METH) ¶ METHOD FINAL Upgrade : ERROR InOut: Scope Name Type Return Upgrade ERROR
TCP_Client.Write (METH) ¶ METHOD FINAL Write : ERROR InOut: Scope Name Type Return Write ERROR Input pData __XWORD udiSize UDINT Output udiCount UDINT