C# Class Server.Network.SendQueue

Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
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

Method Details

AcquireBuffer() public static method

public static AcquireBuffer ( ) : byte[]
return byte[]

CheckFlushReady() public method

public CheckFlushReady ( ) : Gram
return Gram

Clear() public method

public Clear ( ) : void
return void

Dequeue() public method

public Dequeue ( ) : Gram
return Gram

Enqueue() public method

public Enqueue ( byte buffer, int length ) : Gram
buffer byte
length int
return Gram

Enqueue() public method

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

ReleaseBuffer() public static method

public static ReleaseBuffer ( byte buffer ) : void
buffer byte
return void

SendQueue() public method

public SendQueue ( ) : System
return System