Class MessageReceived
Extra information for a network message that has been received by a connected peer.
Inheritance
System.Object
MessageReceived
Namespace: SuperNet.Netcode.Transport
Assembly: cs.temp.dll.dll
Syntax
public class MessageReceived
Fields
Attempt
How many times the message was previously sent before.
Declaration
public readonly byte Attempt
Field Value
Type | Description |
---|---|
System.Byte |
Channel
Data channel the message was sent over.
Declaration
public readonly byte Channel
Field Value
Type | Description |
---|---|
System.Byte |
Timestamp
Timestamp included in the message.
If message was not timed, this is approximated using round trip time.
Declaration
public readonly HostTimestamp Timestamp
Field Value
Type | Description |
---|---|
HostTimestamp |
Properties
Ordered
Received message is ordered.
Declaration
public bool Ordered { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Reliable
Received message is reliable.
Declaration
public bool Reliable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Timed
Received message is timed.
Declaration
public bool Timed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Unique
Received message is unique.
Declaration
public bool Unique { get; }
Property Value
Type | Description |
---|---|
System.Boolean |