C# Class GatewayDebugData.DebugContext

Inheritance: IDebugDataAccess, IDisposable
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Connect ( ) : void
Disconnect ( ) : void
Flush ( ) : void
HandleData ( ) : void
Reconnect ( ) : void

Method Details

DebugContext() public méthode

public DebugContext ( string host ) : System
host string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetInt() public méthode

public GetInt ( ) : int
Résultat int

GetString() public méthode

public GetString ( ) : string
Résultat string

Send() public méthode

public Send ( byte data ) : void
data byte
Résultat void

Send() public méthode

public Send ( int data ) : void
data int
Résultat void

Send() public méthode

public Send ( string data ) : void
data string
Résultat void