netAcceptTCPStream

Category: Network

Syntax:

netAcceptTCPStream:Int(serverHandle:Int)


Parameters

Returns

Int



Summary

Accepts a pending client connection from a TCP server.

Takes a server handle (Int).

Returns a client stream handle on success, 0 if no connection is pending, or -1 on error.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn