C# Class Server.Network.SendQueue

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static AcquireBuffer ( ) : byte[]
Résultat byte[]

CheckFlushReady() public méthode

public CheckFlushReady ( ) : Gram
Résultat Gram

Clear() public méthode

public Clear ( ) : void
Résultat void

Dequeue() public méthode

public Dequeue ( ) : Gram
Résultat Gram

Enqueue() public méthode

public Enqueue ( byte buffer, int length ) : Gram
buffer byte
length int
Résultat Gram

Enqueue() public méthode

public Enqueue ( byte buffer, int offset, int length ) : Gram
buffer byte
offset int
length int
Résultat Gram

ReleaseBuffer() public static méthode

public static ReleaseBuffer ( byte buffer ) : void
buffer byte
Résultat void

SendQueue() public méthode

public SendQueue ( ) : System
Résultat System