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
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp

Méthodes publiques

Méthode Description
ProcessData ( DataPacket packet ) : void

Method Details

ProcessData() public final méthode

public final ProcessData ( DataPacket packet ) : void
packet DataPacket
Résultat void