MessageChunkerGetMessageOrdered 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)
Syntaxpublic static byte[] GetMessageOrdered(
ref List<byte[]> chunks,
int chunkSize = -1
)
Parameters
- chunks
- Type: System.Collections.GenericListByte
The list of chunks - chunkSize (Optional)
- Type: SystemInt32
The size of each chunk. Optional
Return Value
Type:
Byte[Missing <returns> documentation for "M:MLAPI.NetworkingManagerComponents.MessageChunker.GetMessageOrdered(System.Collections.Generic.List{System.Byte[]}@,System.Int32)"]
See Also