C# Class RAW.PluginHandler

Inheritance: lucidcode.LucidScribe.Interface.ILluminatedPlugin
Afficher le fichier Open project: lucidcode/LucidScribe-OpenEEG

Méthodes publiques

Свойство Type Description
BufferData String
PluginColor Color
TickCount String
isEnabled Boolean

Méthodes publiques

Méthode Description
Dispose ( ) : void
Initialize ( ) : bool
OpenEEGChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

OpenEEGChanged() public méthode

public OpenEEGChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

BufferData public_oe property

public String BufferData
Résultat String

PluginColor public_oe property

public Color PluginColor
Résultat Color

TickCount public_oe property

public String TickCount
Résultat String

isEnabled public_oe property

public Boolean isEnabled
Résultat Boolean