C# Class PBCaGw.Workers.DebugPortWorker

Inheritance: Worker
Mostrar archivo Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Public Methods

Method Description
DebugPortWorker ( WorkerChain chain, IPEndPoint client, IPEndPoint server ) : System.Diagnostics
Dispose ( ) : void
ProcessData ( DataPacket packet ) : void

Private Methods

Method Description
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

Method Details

DebugPortWorker() public method

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

Dispose() public method

public Dispose ( ) : void
return void

ProcessData() public method

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