C# 클래스 RAW.PluginHandler

상속: lucidcode.LucidScribe.Interface.ILluminatedPlugin
파일 보기 프로젝트 열기: lucidcode/LucidScribe-OpenEEG

공개 프로퍼티들

프로퍼티 타입 설명
BufferData String
PluginColor Color
TickCount String
isEnabled Boolean

공개 메소드들

메소드 설명
Dispose ( ) : void
Initialize ( ) : bool
OpenEEGChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : bool
리턴 bool

OpenEEGChanged() 공개 메소드

public OpenEEGChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

BufferData 공개적으로 프로퍼티

public String BufferData
리턴 String

PluginColor 공개적으로 프로퍼티

public Color PluginColor
리턴 Color

TickCount 공개적으로 프로퍼티

public String TickCount
리턴 String

isEnabled 공개적으로 프로퍼티

public Boolean isEnabled
리턴 Boolean