netCopyStream

Category: Network

Syntax:

netCopyStream:Int(srcHandle:Int, destHandle:Int, bufferSize:Int)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn