C# Class MCAEmotiv.Interop.EmotivHeadset

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
DisposeOfManagedResources ( ) : void

Private Methods

Méthode Description
EmotivHeadset ( ) : System

Method Details

DisposeOfManagedResources() protected méthode

protected DisposeOfManagedResources ( ) : void
Résultat void

SetMarker() public méthode

Sets the headset's marker
public SetMarker ( int marker ) : void
marker int
Résultat void

TryGetData() public méthode

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