[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Sockets' (#rtl)

Sock2Text

Convert socket to text file descriptors

Declaration

Source position: socketsh.inc line 200

procedure Sock2Text(

  Sock: LongInt;

  var SockIn: Text;

  var SockOut: Text

);

Description

Sock2Text transforms a socket Sock into 2 Pascal file descriptors of type Text, one for reading from the socket (SockIn), one for writing to the socket (SockOut).

Errors

None.

See also

Socket

  

Create new socket (deprecated)

Sock2File

  

Convert socket to untyped file descriptors

The latest version of this document can be found at lazarus-ccr.sourceforge.net.