netCreateTCPServer

Category: Network

Syntax:

netCreateTCPServer:Int(port:Int)


Parameters

Returns

Int



Summary

Creates a TCP server listening on the specified port.

Takes a port (Int).

Returns a server handle on success, or 0 on failure (Int).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn