Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PBCaGw
Workers
ReceiverWorker
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
Mostrar archivo
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