Click or drag to resize

StreamPeerPutData Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error PutData(
	byte[] data
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:Godot.StreamPeer.PutData(System.Byte[])"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.StreamPeer.PutData(System.Byte[])"]

See Also