C# Class MCAEmotiv.Interop.EmotivDataSource

An IEEGDataSource which connects the the Emotiv headset
Inheritance: AbstractEEGDataSource
Show file Open project: madelson/Emotiv-Experimenter

Protected Methods

Method Description
DisposeHelper ( ) : void

Disposes the headset connection

TryGetData ( IArrayView &data ) : bool

Gets data from the headset

Private Methods

Method Description
CreateEntries ( double[]>.Dictionary data ) : IEnumerable

Method Details

DisposeHelper() protected method

Disposes the headset connection
protected DisposeHelper ( ) : void
return void

TryGetData() protected method

Gets data from the headset
protected TryGetData ( IArrayView &data ) : bool
data IArrayView
return bool