C# Class MCAEmotiv.Interop.EmotivHeadset

Acts as a wrapper for the lower-level EmoEngine class.
Inheritance: System.SafeDisposable
Show file Open project: madelson/Emotiv-Experimenter

Public Methods

Method Description
SetMarker ( int marker ) : void

Sets the headset's marker

TryGetData ( double[]>.Dictionary &data ) : bool

Returns true upon successfully retrieving data from the headset, and false otherwise

Protected Methods

Method Description
DisposeOfManagedResources ( ) : void

Private Methods

Method Description
EmotivHeadset ( ) : System

Method Details

DisposeOfManagedResources() protected method

protected DisposeOfManagedResources ( ) : void
return void

SetMarker() public method

Sets the headset's marker
public SetMarker ( int marker ) : void
marker int
return void

TryGetData() public method

Returns true upon successfully retrieving data from the headset, and false otherwise
public TryGetData ( double[]>.Dictionary &data ) : bool
data double[]>.Dictionary
return bool