C# Class MCAEmotiv.Interop.MockEEGDataSource

Generates random data for use in testing the application when the headset is not connected
Inheritance: AbstractEEGDataSource
Show file Open project: madelson/Emotiv-Experimenter Class Usage Examples

Protected Methods

Method Description
DisposeHelper ( ) : void

No-op

TryGetData ( IArrayView &data ) : bool

Attempts to get data from the data source

Method Details

DisposeHelper() protected method

No-op
protected DisposeHelper ( ) : void
return void

TryGetData() protected method

Attempts to get data from the data source
protected TryGetData ( IArrayView &data ) : bool
data IArrayView
return bool