Category: Network
Syntax:
netAcceptTCPStream:Int(serverHandle:Int)
Int
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
;No example implemented yet
BambooBasic © 2026 Michael Denathorn