C# Class PSI.EpicsClient2.Pipes.DataFilter

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

Public Properties

Property Type Description
Pipe DataPipe

Public Methods

Method Description
Dispose ( ) : void
ProcessData ( DataPacket packet ) : void
SendData ( DataPacket packet ) : void

Sends the DataPacket further in the chain

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProcessData() public abstract method

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

SendData() public method

Sends the DataPacket further in the chain
public SendData ( DataPacket packet ) : void
packet DataPacket
return void

Property Details

Pipe public_oe property

public DataPipe,PSI.EpicsClient2.Pipes Pipe
return DataPipe