Version: 5.3

NetworkEventType

enumeration

매뉴얼로 전환

설명

Type of events returned from Receive() function.

변수

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.