next up previous contents index
Next: The STRINGS unit. Up: Functions and Procedures Previous: Sock2File

Str2UnixSockAddr

   

Declaration:

Procedure Str2UnixSockAddr (const addr:string;var t:TUnixSockAddr;var len:longint) ;

Description:

Str2UnixSockAddr transforms a Unix socket address in a string to a TUnixSockAddr sturcture which can be passed to the Bind call.

Errors:

None.

See also:

Socket, Bind



Michael Van Canneyt
Tue Mar 31 16:46:10 CEST 1998