Click or drag to resize

NetPeerReadMessage Method (NetIncomingMessage)

Reads a pending message from any connection, if any. Returns true if message was read, otherwise false.

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool ReadMessage(
	out NetIncomingMessage message
)

Parameters

message
Type: Internal.Lidgren.NetworkNetIncomingMessage

Return Value

Type: Boolean
True, if message was read.
See Also