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

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkServerSimple.messageBuffer

public byte[] messageBuffer;

Description

The internal buffer that the server reads data from the network into. This will contain the most recent data read from the network when OnData() is called.