Function StreamPeer.putData

Sends a chunk of data through the connection, blocking if necessary until the data is done sending. This function returns an @GlobalScope.error code.

godot.core.defs.GodotError putData (
  const(PoolArray!(ubyte)) data
) nothrow @nogc;