C# 클래스 PBCaGw.Workers.DebugPortWorker

상속: Worker
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp 1 사용 예제들

공개 메소드들

메소드 설명
DebugPortWorker ( WorkerChain chain, IPEndPoint client, IPEndPoint server ) : System.Diagnostics
Dispose ( ) : void
ProcessData ( DataPacket packet ) : void

비공개 메소드들

메소드 설명
DebugTraceListenerTraceLevelChanged ( object sender, System e ) : void
Flush ( ) : void
GatewayDropClient ( string client ) : void
GatewayDropIoc ( string ioc ) : void
GatewayLogEntry ( string source, System eventType, int chainId, string message ) : void
GatewayNewClientChannel ( string client, string channel ) : void
GatewayNewIocChannel ( string ioc, string channel ) : void
Send ( byte data ) : void
Send ( int data ) : void
Send ( string data ) : void

메소드 상세

DebugPortWorker() 공개 메소드

public DebugPortWorker ( WorkerChain chain, IPEndPoint client, IPEndPoint server ) : System.Diagnostics
chain WorkerChain
client System.Net.IPEndPoint
server System.Net.IPEndPoint
리턴 System.Diagnostics

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessData() 공개 메소드

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