C# Class CaSharpServer.CATcpConnection

TCP connection used to communicate with the server and built by the client.
Inheritance: IDisposable
Datei anzeigen Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
ProcessReceivedData ( Pipe pipe ) : void

Private Methods

Method Description
BackgroundProcess ( ) : void
CATcpConnection ( Socket socket, CAServer server ) : System
ReceiveData ( IAsyncResult ar ) : void
Send ( byte data ) : void

Send bytes to the socket. If the data is bigger than 1000 bytes it will be splitted in chunks of 1000 bytes.

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProcessReceivedData() protected method

protected ProcessReceivedData ( Pipe pipe ) : void
pipe Pipe
return void