Concept Framework 2.2 documentation | Contents | Index |
Static library name | Version | Deprecated |
standard.net.socket | version 1.0 | no |
Concept socket-handling function. Support for both TCP and UDP sockets (UDP support is in beta). |
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: Sun Jan 27 18:15:17 2013 GMT | (c)2013 Devronium Applications |