Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Method group is Obsolete

NetworkWriter.WriteBytesAndSize

Obsolete 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: