C# Class PBCaGw.Workers.DebugPortWorker

Inheritance: Worker
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DebugPortWorker ( WorkerChain chain, IPEndPoint client, IPEndPoint server ) : System.Diagnostics
chain WorkerChain
client System.Net.IPEndPoint
server System.Net.IPEndPoint
Résultat System.Diagnostics

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProcessData() public méthode

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