1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_network_createtcpsocket:
- ===============
- CreateTCPSocket
- ===============
- CreateTCPSocket -
- Description
- ===========
- .. code-block:: blitzmax
- CreateTCPSocket:TSocket()
- Create a TCP socket
- The new socket is not bound to any local or remote address.
- Parameters
- ==========
- Return Values
- =============
- A new socket
- Examples
- ========
- See Also
- ========
|