Category: Network
Syntax:
netCopyStream:Int(srcHandle:Int, destHandle:Int, bufferSize:Int)
Int
Copies all available data from one TCP stream to another.
Takes a source handle (Int), destination handle (Int), and buffer size (Int).
Returns the total number of bytes copied (Int).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn