Concept Framework 1.0 documentation Contents | Index

standard.net.socket

Static library name Version Deprecated
standard.net.socket version 1.0 no

Import library : standard.net.socket
(you must include this at the top of your source: "import standard.net.socket" (no quotes)


Description:
Concept socket-handling function. Support for both TCP and UDP sockets (UDP support is in beta).


Contained static functions:
SocketAccept Permits an incoming connection attempt on a socket
SocketClose Closes a socket
SocketConnect Establishes a connection to a socket
SocketCreate Creates a socket
SocketError Gets an error code associated to the last failed operation on socket
SocketGetOption Gets a socket option
SocketHasData Checks if a socket has data pending to be read
SocketInfo Gets an array describing the socket
SocketListen Places a socket in a state in which it is listening for an incoming connection
SocketRead Receives data from a connected socket
SocketSetOption Sets a socket option
SocketWrite Sends data to a connected socket




Valid HTML 4.0 Transitional Valid CSS!

Documented by Eduard Suica, generation time: Mon Oct 01 08:02:27 2007 GMT(c)2007 RadGs Software