Concept Framework 2.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




Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software