Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The meaning of the return value depends on the service.

Parameters

ParameterDescription
ServiceThe action to be performed against a remote socket. Required.
ObjectThe TcpClient object against which the service will perform. Required.
Param1-NThe service parameters. Optional. See Remarks for details.

Remarks

The SRP_TcpClient connects to remote sockets and passes data to them.

...

The SRP_TcpClient provides the following services:

ServiceDescription
CONNECTConnects to a remote listening socket.
CLOSECloses a connection.
SENDSends data through the connection.
RECEIVEReceives data through the connection.
CLOSE_SESCloses a connection to the SRP Engine
Service
Server.
SEND_SESSends data through the connection to the SRP Engine
Service
Server.
STATUS_SESGets the current status of the SRP Engine Server.

Click on the service names above to read more details. Continue below for an explanation of the Key parameter.

...