Class PacketLayerBase
Inheritance
PacketLayerBase
Assembly: LiteNetLib.dll
Syntax
public abstract class PacketLayerBase
Constructors
PacketLayerBase(int)
Declaration
protected PacketLayerBase(int extraPacketSizeForLayer)
Parameters
Type |
Name |
Description |
int |
extraPacketSizeForLayer |
|
Fields
Declaration
public readonly int ExtraPacketSizeForLayer
Field Value
Methods
ProcessInboundPacket(ref IPEndPoint, ref byte[], ref int)
Declaration
public abstract void ProcessInboundPacket(ref IPEndPoint endPoint, ref byte[] data, ref int length)
Parameters
ProcessOutBoundPacket(ref IPEndPoint, ref byte[], ref int, ref int)
Declaration
public abstract void ProcessOutBoundPacket(ref IPEndPoint endPoint, ref byte[] data, ref int offset, ref int length)
Parameters