Class Crc32cLayer
Assembly: LiteNetLib.dll
Syntax
public sealed class Crc32cLayer : PacketLayerBase
Constructors
Crc32cLayer()
Declaration
Methods
ProcessInboundPacket(ref IPEndPoint, ref byte[], ref int)
Declaration
public override void ProcessInboundPacket(ref IPEndPoint endPoint, ref byte[] data, ref int length)
Parameters
Overrides
ProcessOutBoundPacket(ref IPEndPoint, ref byte[], ref int, ref int)
Declaration
public override void ProcessOutBoundPacket(ref IPEndPoint endPoint, ref byte[] data, ref int offset, ref int length)
Parameters
Overrides