Category: Network
Syntax:
netReadTCPStream:Int(handle:Int, buffer:Int, size:Int)
Int
Reads data from a TCP connection into a buffer.
Takes a handle (Int), buffer pointer (Int), and size (Int).
Returns the number of bytes read, 0 if no data available, or -1 on error (Int).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn