MLAPI/docs/M_MLAPI_NetworkingManagerComponents_MessageChunker_GetMessageOrdered.md
2018-03-31 10:20:18 +02:00

1.4 KiB

MessageChunker.GetMessageOrdered Method

Converts a list of chunks back into the original buffer, this requires the list to be in correct order and properly verified

Namespace: MLAPI.NetworkingManagerComponents
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static byte[] GetMessageOrdered(
	ref List<byte[]> chunks,
	int chunkSize = -1
)

Parameters

 

chunks
Type: System.Collections.Generic.List(Byte[])
The list of chunks
chunkSize (Optional)
Type: System.Int32
The size of each chunk. Optional

Return Value

Type: Byte[]
[Missing documentation for "M:MLAPI.NetworkingManagerComponents.MessageChunker.GetMessageOrdered(System.Collections.Generic.List{System.Byte[]}@,System.Int32)"]

See Also

Reference

MessageChunker Class
MLAPI.NetworkingManagerComponents Namespace