C# Class lucidcode.LucidScribe.Plugin.OpenEEG.Device

Afficher le fichier Open project: lucidcode/LucidScribe-OpenEEG

Méthodes publiques

Свойство Type Description
Algorithm string
BlinkInterval int
OpenEEGChanged EventHandler
Threshold int

Méthodes publiques

Méthode Description
ClearEEG ( ) : void
Dispose ( ) : void
GetChannel1 ( ) : Double
GetChannel2 ( ) : Double
GetChannel3 ( ) : Double
GetChannel4 ( ) : Double
GetChannel5 ( ) : Double
GetChannel6 ( ) : Double
GetEEG ( ) : Double
Initialize ( ) : System.Boolean

Private Methods

Méthode Description
serialPort_DataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void

Method Details

ClearEEG() public static méthode

public static ClearEEG ( ) : void
Résultat void

Dispose() public static méthode

public static Dispose ( ) : void
Résultat void

GetChannel1() public static méthode

public static GetChannel1 ( ) : Double
Résultat Double

GetChannel2() public static méthode

public static GetChannel2 ( ) : Double
Résultat Double

GetChannel3() public static méthode

public static GetChannel3 ( ) : Double
Résultat Double

GetChannel4() public static méthode

public static GetChannel4 ( ) : Double
Résultat Double

GetChannel5() public static méthode

public static GetChannel5 ( ) : Double
Résultat Double

GetChannel6() public static méthode

public static GetChannel6 ( ) : Double
Résultat Double

GetEEG() public static méthode

public static GetEEG ( ) : Double
Résultat Double

Initialize() public static méthode

public static Initialize ( ) : System.Boolean
Résultat System.Boolean

Property Details

Algorithm public_oe static_oe property

public static string Algorithm
Résultat string

BlinkInterval public_oe static_oe property

public static int BlinkInterval
Résultat int

OpenEEGChanged public_oe static_oe property

public static EventHandler OpenEEGChanged
Résultat EventHandler

Threshold public_oe static_oe property

public static int Threshold
Résultat int