C# Class Base.TBuffer

显示文件 Open project: egametang/Egametang Class Usage Examples

Public Methods

Method Description
AddLast ( ) : void
RecvFrom ( byte buffer ) : void
RemoveFirst ( ) : void
SendTo ( byte buffer ) : void
TBuffer ( ) : System

Method Details

AddLast() public method

public AddLast ( ) : void
return void

RecvFrom() public method

public RecvFrom ( byte buffer ) : void
buffer byte
return void

RemoveFirst() public method

public RemoveFirst ( ) : void
return void

SendTo() public method

public SendTo ( byte buffer ) : void
buffer byte
return void

TBuffer() public method

public TBuffer ( ) : System
return System