Class Crc32cLayer
Inheritance
System.Object
Crc32cLayer
Assembly: LiteNetLib.dll
Syntax
public sealed class Crc32cLayer : PacketLayerBase
Constructors
Crc32cLayer()
Declaration
Methods
ProcessInboundPacket(IPEndPoint, ref Byte[], ref Int32, ref Int32)
Declaration
public override void ProcessInboundPacket(IPEndPoint endPoint, ref byte[] data, ref int offset, ref int length)
Parameters
Type |
Name |
Description |
System.Net.IPEndPoint |
endPoint |
|
System.Byte[] |
data |
|
System.Int32 |
offset |
|
System.Int32 |
length |
|
Overrides
ProcessOutBoundPacket(IPEndPoint, ref Byte[], ref Int32, ref Int32)
Declaration
public override void ProcessOutBoundPacket(IPEndPoint endPoint, ref byte[] data, ref int offset, ref int length)
Parameters
Type |
Name |
Description |
System.Net.IPEndPoint |
endPoint |
|
System.Byte[] |
data |
|
System.Int32 |
offset |
|
System.Int32 |
length |
|
Overrides