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 |
public Enqueue ( byte buffer, int length ) : Gram | ||
buffer | byte | |
length | int | |
return | Gram |
public Enqueue ( byte buffer, int offset, int length ) : Gram | ||
buffer | byte | |
offset | int | |
length | int | |
return | Gram |
public static ReleaseBuffer ( byte buffer ) : void | ||
buffer | byte | |
return | void |