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

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
Tue Mar 31 16:46:10 CEST 1998