StreamPeer.putData

Send a chunk of data through the connection, blocking if necessary until the data is done sending. This function returns an Error code.

struct StreamPeer
@nogc nothrow
GodotError
putData
(
in PoolByteArray data
)

Meta