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

NetworkEventType

enumeration

Description

Event that is returned when calling the NetworkTransport.Receive and NetworkTransport.ReceiveFromHost functions.

Properties

DataEventData event received. Indicating that data was received.
ConnectEventConnection event received. Indicating that a new connection was established.
DisconnectEventDisconnection event received.
NothingNo new event was received.
BroadcastEventBroadcast discovery event received. To obtain sender connection info and possible complimentary message from them, call NetworkTransport.GetBroadcastConnectionInfo() and NetworkTransport.GetBroadcastConnectionMessage() functions.

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