next up previous contents index
Next: Sock2Text Up: Functions and Procedures Previous: Shutdown

Sock2File

   

Declaration:

Procedure Sock2File (Sock:Longint;Var SockIn,SockOut:File) ;

Description:

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

Errors:

None.

See also:

Socket, Sock2Text



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