C# Class GatewayDebugData.DebugContext

Inheritance: IDebugDataAccess, IDisposable
Show file Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Public Methods

Method Description
DebugContext ( string host ) : System
Dispose ( ) : void
GetInt ( ) : int
GetString ( ) : string
Send ( byte data ) : void
Send ( int data ) : void
Send ( string data ) : void

Private Methods

Method Description
Connect ( ) : void
Disconnect ( ) : void
Flush ( ) : void
HandleData ( ) : void
Reconnect ( ) : void

Method Details

DebugContext() public method

public DebugContext ( string host ) : System
host string
return System

Dispose() public method

public Dispose ( ) : void
return void

GetInt() public method

public GetInt ( ) : int
return int

GetString() public method

public GetString ( ) : string
return string

Send() public method

public Send ( byte data ) : void
data byte
return void

Send() public method

public Send ( int data ) : void
data int
return void

Send() public method

public Send ( string data ) : void
data string
return void