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