C# Class MCAEmotiv.Interop.MockEEGDataSource

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

Méthodes protégées

Méthode Description
DisposeHelper ( ) : void

No-op

TryGetData ( IArrayView &data ) : bool

Attempts to get data from the data source

Method Details

DisposeHelper() protected méthode

No-op
protected DisposeHelper ( ) : void
Résultat void

TryGetData() protected méthode

Attempts to get data from the data source
protected TryGetData ( IArrayView &data ) : bool
data IArrayView
Résultat bool