C# Class PBCaGw.Handlers.DoNothing

Skips the message (at least for the moment)
Inheritance: CommandHandler
Mostrar archivo Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
DoRequest ( DataPacket packet, Workers chain, DataPacketDelegate sendData ) : void
DoResponse ( DataPacket packet, Workers chain, DataPacketDelegate sendData ) : void

Method Details

DoRequest() public method

public DoRequest ( DataPacket packet, Workers chain, DataPacketDelegate sendData ) : void
packet DataPacket
chain Workers
sendData DataPacketDelegate
return void

DoResponse() public method

public DoResponse ( DataPacket packet, Workers chain, DataPacketDelegate sendData ) : void
packet DataPacket
chain Workers
sendData DataPacketDelegate
return void