C# 클래스 Server.Network.SendQueue

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
AcquireBuffer ( ) : byte[]
CheckFlushReady ( ) : Gram
Clear ( ) : void
Dequeue ( ) : Gram
Enqueue ( byte buffer, int length ) : Gram
Enqueue ( byte buffer, int offset, int length ) : Gram
ReleaseBuffer ( byte buffer ) : void
SendQueue ( ) : System

메소드 상세

AcquireBuffer() 공개 정적인 메소드

public static AcquireBuffer ( ) : byte[]
리턴 byte[]

CheckFlushReady() 공개 메소드

public CheckFlushReady ( ) : Gram
리턴 Gram

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dequeue() 공개 메소드

public Dequeue ( ) : Gram
리턴 Gram

Enqueue() 공개 메소드

public Enqueue ( byte buffer, int length ) : Gram
buffer byte
length int
리턴 Gram

Enqueue() 공개 메소드

public Enqueue ( byte buffer, int offset, int length ) : Gram
buffer byte
offset int
length int
리턴 Gram

ReleaseBuffer() 공개 정적인 메소드

public static ReleaseBuffer ( byte buffer ) : void
buffer byte
리턴 void

SendQueue() 공개 메소드

public SendQueue ( ) : System
리턴 System