C# Class PSI.EpicsClient2.Pipes.TcpReceiver

Inheritance: DataFilter, IDisposable
Mostrar archivo Open project: ISISComputingGroup/EPICS-EpicsWeb Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ProcessData ( DataPacket packet ) : void
Start ( IPEndPoint dest ) : void

Private Methods

Method Description
AddChannel ( EpicsChannel channel ) : void
Echo ( ) : void
ReceiveTcpData ( IAsyncResult ar ) : void
RemoveChannel ( EpicsChannel channel ) : void
Send ( DataPacket packet ) : void
TcpReceiver ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProcessData() public method

public ProcessData ( DataPacket packet ) : void
packet DataPacket
return void

Start() public method

public Start ( IPEndPoint dest ) : void
dest System.Net.IPEndPoint
return void