C# Class PBCaGw.Workers.TcpReceiver

Receives data from the TCP connection
Inheritance: ReceiverWorker
Mostrar archivo Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
Dispose ( ) : void
Flush ( ) : void
Send ( DataPacket packet ) : void

Private Methods

Method Description
ReceiveTcpData ( IAsyncResult ar ) : void

Got data from the TCP connection

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Send() public method

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