C# Class CaSharpServer.Pipe

Inheritance: IDisposable
Mostrar archivo Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Public Methods

Method 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 method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Pipe() public method

public Pipe ( ) : System
return System

Pipe() public method

public Pipe ( int size ) : System
size int
return System

Read() public method

public Read ( int size ) : byte[]
size int
return byte[]

ReadInt() public method

public ReadInt ( ) : int
return int

Write() public method

public Write ( byte Data ) : void
Data byte
return void

Write() public method

public Write ( byte Data, int offset, int length ) : void
Data byte
offset int
length int
return void