C# Class CaSharpServer.Pipe

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Flush ( ) : void
Pipe ( ) : System
Pipe ( int size ) : System
Read ( int size ) : byte[]
ReadInt ( ) : int
Write ( byte Data ) : void
Write ( byte Data, int offset, int length ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Pipe() public méthode

public Pipe ( ) : System
Résultat System

Pipe() public méthode

public Pipe ( int size ) : System
size int
Résultat System

Read() public méthode

public Read ( int size ) : byte[]
size int
Résultat byte[]

ReadInt() public méthode

public ReadInt ( ) : int
Résultat int

Write() public méthode

public Write ( byte Data ) : void
Data byte
Résultat void

Write() public méthode

public Write ( byte Data, int offset, int length ) : void
Data byte
offset int
length int
Résultat void