Click or drag to resize

NetEventType Enumeration

[This is preliminary documentation and is subject to change.]

Represents a netEvent when polling

Namespace:  MLAPI.Transports
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum NetEventType
Request Example View Source
Members
  Member nameValueDescription
Data0 New data is received
Connect1 A client is connected, or client connected to server
Disconnect2 A client disconnected, or client disconnected from server
Nothing3 No new event
See Also