Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseType of events returned from Receive() function.
DataEvent | New data come in. |
ConnectEvent | New connection has been connected. |
DisconnectEvent | Connection has been disconnected. |
Nothing | Nothing happened. |
BroadcastEvent | Broadcast discovery event received. To obtain sender connection info and possible complimentary message from them, call GetBroadcastConnectionInfo() and GetBroadcastConnectionMessage() functions. |