Concept Framework 2.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: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software