C# Class PBCaGw.Workers.TcpClientSender

Sends the message to a defined TCP socket which is connected to a CA client (MEDM for example)
Inheritance: SenderWorker
显示文件 Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
ProcessData ( DataPacket packet ) : void

Method Details

ProcessData() public method

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