netOpenTCPStream

Category: Network

Syntax:

netOpenTCPStream:Int(ip:String, port:Int)


Parameters

Returns

Int



Summary

Opens a TCP client connection to a server.

Takes an IP address (String) and port (Int).

Returns a handle to the connection on success, or 0 on failure (Int).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn