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
Type | Name | Description |
---|---|---|
Mirage.SocketLayer.ByteBuffer | buffer | |
System.Int32 | length | |
System.Boolean | isFragment |
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
Type | Name | Description |
---|---|---|
Mirage.SocketLayer.AckSystem.ReliableReceived | other |
Returns
Type | Description |
---|---|
System.Boolean |