Class NetworkEventType
Network event type enum contains all possible events that can be returned by PopEvent function.
Inheritance
System.Object
NetworkEventType
Namespace: FlaxEngine.Networking
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NetworkEventType : Enum
Fields
Connected
Event "connected" - client connected to our server or we've connected to the server.
Declaration
public const NetworkEventType Connected
Field Value
NetworkEventType
|
Disconnected
Event "disconnected" - client disconnected from our server or we've been kicked from the server.
Declaration
public const NetworkEventType Disconnected
Field Value
NetworkEventType
|
Message
Event "message" - message received from some client or the server.
Declaration
public const NetworkEventType Message
Field Value
NetworkEventType
|
Timeout
Event "disconnected" - client got a timeout from our server or we've list the connection to the server.
Declaration
public const NetworkEventType Timeout
Field Value
NetworkEventType
|
Undefined
Invalid network event type.
Declaration
public const NetworkEventType Undefined
Field Value
NetworkEventType
|
value__
Declaration
public int value__
Field Value
System.Int32
|