Concept Framework 1.0 documentation Contents | Index

standard.net.socket.SocketInfo

Name Version Deprecated
SocketInfo version 1.0 no

Prototype:
array SocketInfo(number socket)

Parameters:
socket      a valid and socket descriptor, as returned by SocketCreate

Description:
Gets an array describing the socket.
The array has two keys: "address"(containing a string) and "port" (containing a number) describing the address associated with the socket, and respectively the port.

Returns:
Returns an array describing the socket.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software