| Concept Framework 2.2 documentation | Contents | Index |
| Name | Version | Deprecated |
| SocketGetOption | version 1.0 | no |
| number SocketGetOption(number socket, number level, number option, var optionValue) |
| socket | [in] a valid and socket descriptor, as returned by SocketCreate |
| level | [in] Level at which the option is defined; the supported levels include SOL_SOCKET and IPPROTO_TCP |
| option | [in] Socket option for which the value is to be set. |
| optionValue | [out] the retrieved value for the specified option |
| Gets a socket option. Is based on the getsockopt system function. |
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:17 2013 GMT | (c)2013 Devronium Applications |