Version: 5.4

NetworkEventType

enumeration

Cambiar al Manual

Descripción

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.