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

Show file Open project: lucidcode/LucidScribe-OpenEEG

Public Properties

Property Type Description
Algorithm string
BlinkInterval int
OpenEEGChanged EventHandler
Threshold int

Public Methods

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

Private Methods

Method Description
serialPort_DataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void

Method Details

ClearEEG() public static method

public static ClearEEG ( ) : void
return void

Dispose() public static method

public static Dispose ( ) : void
return void

GetChannel1() public static method

public static GetChannel1 ( ) : Double
return Double

GetChannel2() public static method

public static GetChannel2 ( ) : Double
return Double

GetChannel3() public static method

public static GetChannel3 ( ) : Double
return Double

GetChannel4() public static method

public static GetChannel4 ( ) : Double
return Double

GetChannel5() public static method

public static GetChannel5 ( ) : Double
return Double

GetChannel6() public static method

public static GetChannel6 ( ) : Double
return Double

GetEEG() public static method

public static GetEEG ( ) : Double
return Double

Initialize() public static method

public static Initialize ( ) : System.Boolean
return System.Boolean

Property Details

Algorithm public static property

public static string Algorithm
return string

BlinkInterval public static property

public static int BlinkInterval
return int

OpenEEGChanged public static property

public static EventHandler OpenEEGChanged
return EventHandler

Threshold public static property

public static int Threshold
return int