Skip to main content

Struct AckSystem.ReliableReceived

Syntax
public struct ReliableReceived : IEquatable<AckSystem.ReliableReceived>

Constructors

ReliableReceived(ByteBuffer, Int32, Boolean)

Declaration
public ReliableReceived(ByteBuffer buffer, int length, bool isFragment)
Parameters
TypeNameDescription
Mirage.SocketLayer.ByteBufferbuffer
System.Int32length
System.BooleanisFragment

Fields

Buffer

Declaration
public readonly ByteBuffer Buffer

Length

Declaration
public readonly int Length

IsFragment

Declaration
public readonly bool IsFragment

Properties

FragmentIndex

Declaration
public int FragmentIndex { get; }

Methods

Equals(AckSystem.ReliableReceived)

Declaration
public bool Equals(AckSystem.ReliableReceived other)
Parameters
TypeNameDescription
Mirage.SocketLayer.AckSystem.ReliableReceivedother
Returns
TypeDescription
System.Boolean