C# Class QvxLib.QvxDataClient

Inheritance: Stream
Exibir arquivo Open project: konne/QvxLib Class Usage Examples

Public Properties

Property Type Description
DataClientDeliverData Action

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
QvxDataClient ( string PipeName ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
StartThread ( ) : void
Write ( byte buffer, int offset, int count ) : void

Private Methods

Method Description
QvxDataWorker ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

QvxDataClient() public method

public QvxDataClient ( string PipeName ) : System
PipeName string
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

StartThread() public method

public StartThread ( ) : void
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

Property Details

DataClientDeliverData public_oe property

public Action DataClientDeliverData
return Action