Event that is returned when calling the Networking.NetworkTransport.Receive and Networking.NetworkTransport.ReceiveFromHost functions.
DataEvent | Data event received. Indicating that data was received. |
ConnectEvent | Connection event received. Indicating that a new connection was established. |
DisconnectEvent | Disconnection event received. |
Nothing | No new event was received. |
BroadcastEvent | Broadcast discovery event received. To obtain sender connection info and possible complimentary message from them, call Networking.NetworkTransport.GetBroadcastConnectionInfo() and Networking.NetworkTransport.GetBroadcastConnectionMessage() functions. |