next up previous contents index
Next: Socket Up: Functions and Procedures Previous: Sock2File

Sock2Text

   

Declaration:

Procedure Sock2Text (Sock:Longint;Var SockIn,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, Sock2File



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998