C# Class LiteNetLib.SequencedChannel

Show file Open project: RevenantX/LiteNetLib Class Usage Examples

Public Methods

Method Description
AddToQueue ( NetPacket packet ) : void
ProcessPacket ( NetPacket packet ) : void
SendNextPacket ( ) : bool
SequencedChannel ( NetPeer peer ) : System.Collections.Generic

Method Details

AddToQueue() public method

public AddToQueue ( NetPacket packet ) : void
packet NetPacket
return void

ProcessPacket() public method

public ProcessPacket ( NetPacket packet ) : void
packet NetPacket
return void

SendNextPacket() public method

public SendNextPacket ( ) : bool
return bool

SequencedChannel() public method

public SequencedChannel ( NetPeer peer ) : System.Collections.Generic
peer NetPeer
return System.Collections.Generic