C# 클래스 MCAEmotiv.Interop.EmotivHeadset

Acts as a wrapper for the lower-level EmoEngine class.
상속: System.SafeDisposable
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
DisposeOfManagedResources ( ) : void

비공개 메소드들

메소드 설명
EmotivHeadset ( ) : System

메소드 상세

DisposeOfManagedResources() 보호된 메소드

protected DisposeOfManagedResources ( ) : void
리턴 void

SetMarker() 공개 메소드

Sets the headset's marker
public SetMarker ( int marker ) : void
marker int
리턴 void

TryGetData() 공개 메소드

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