netWriteTCPStream

Category: Network

Syntax:

netWriteTCPStream:Int(handle:Int, buffer:Int, size:Int)


Parameters

Returns

Int



Summary

Writes data from a buffer to a TCP connection.

Takes a handle (Int), buffer pointer (Int), and size (Int).

Returns the number of bytes sent, or -1 on error (Int).

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn