C# Class PBCaGw.Handlers.ClearChannel

12 (0x0C) CA_PROTO_CLEAR_CHANNEL
Inheritance: CommandHandler
Mostrar archivo Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Public Methods

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

Closing channel is currently simply answering as if we do it... but in fact does nothing.

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

Currently not implemented

Method Details

DoRequest() public method

Closing channel is currently simply answering as if we do it... but in fact does nothing.
public DoRequest ( DataPacket packet, Workers chain, DataPacketDelegate sendData ) : void
packet DataPacket
chain Workers
sendData DataPacketDelegate
return void

DoResponse() public method

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