Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

NetworkWriter.WriteBytesAndSize

public void WriteBytesAndSize(byte[] buffer, int count);

Parameters

bufferArray of bytes to write.
countNumber of bytes from the array to write.

Description

This writes a 16-bit count and an array of bytes of that length to the stream.

Did you find this page useful? Please give it a rating: