Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkEventType

enumeration

Description

Type of events returned from Receive() function.

Variables

DataEventNew data come in.
ConnectEventNew connection has been connected.
DisconnectEventConnection has been disconnected.
NothingNothing happened.
BroadcastEventBroadcast discovery event received. To obtain sender connection info and possible complimentary message from them, call GetBroadcastConnectionInfo() and GetBroadcastConnectionMessage() functions.