C# 클래스 LiteNetLib.SequencedChannel

파일 보기 프로젝트 열기: RevenantX/LiteNetLib 1 사용 예제들

공개 메소드들

메소드 설명
AddToQueue ( NetPacket packet ) : void
ProcessPacket ( NetPacket packet ) : void
SendNextPacket ( ) : bool
SequencedChannel ( NetPeer peer ) : System.Collections.Generic

메소드 상세

AddToQueue() 공개 메소드

public AddToQueue ( NetPacket packet ) : void
packet NetPacket
리턴 void

ProcessPacket() 공개 메소드

public ProcessPacket ( NetPacket packet ) : void
packet NetPacket
리턴 void

SendNextPacket() 공개 메소드

public SendNextPacket ( ) : bool
리턴 bool

SequencedChannel() 공개 메소드

public SequencedChannel ( NetPeer peer ) : System.Collections.Generic
peer NetPeer
리턴 System.Collections.Generic