C# 클래스 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.
상속: Worker, IDisposable
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp

공개 메소드들

메소드 설명
ProcessData ( DataPacket packet ) : void

메소드 상세

ProcessData() 공개 최종 메소드

public final ProcessData ( DataPacket packet ) : void
packet DataPacket
리턴 void