123456789101112131415161718192021222324252627282930313233 |
- .. _func_network_socketlocalport:
- ===============
- SocketLocalPort
- ===============
- SocketLocalPort -
- Description
- ===========
- .. code-block:: blitzmax
- SocketLocalPort( socket:TSocket )
- Get local port of a socket
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|