Click or drag to resize

NetIncomingMessageType Enumeration

The type of a NetIncomingMessage

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum NetIncomingMessageType
Members
  Member nameValueDescription
Error0 Error; this value should never appear
StatusChanged1 Status for a connection changed
UnconnectedData2 Data sent using SendUnconnectedMessage
ConnectionApproval4 Connection approval is needed
Data8 Application data
Receipt16 Receipt of delivery
DiscoveryRequest32 Discovery request for a response
DiscoveryResponse64 Discovery response to a request
VerboseDebugMessage128 Verbose debug message
DebugMessage256 Debug message
WarningMessage512 Warning message
ErrorMessage1024 Error message
NatIntroductionSuccess2048 NAT introduction was successful
ConnectionLatencyUpdated4096 A roundtrip was measured and NetConnection.AverageRoundtripTime was updated
See Also