Click or drag to resize

StreamPeerPutPartialData Method

Sends a chunk of data through the connection. If all the data could not be sent at once, only part of it will. This function returns two values, an Error code and an integer, describing how much data was actually sent.

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

Parameters

data
Type: SystemByte

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

Return Value

Type: Array

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

See Also