C# Class PBCaGw.Workers.ReceiverWorker

Deals with UDP or TCP receivers. Don't need the ProcessData as the worker will not receive any data from previous workers being the first of the chain.
Inheritance: Worker, IDisposable
Datei anzeigen Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
ProcessData ( DataPacket packet ) : void

Method Details

ProcessData() public final method

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