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