Packagecom.sekati.thinkgear.data
Classpublic final class ESenseData

ESenseData is a Data object that encapsulates eSense data being captured from the ThinkGear BCI.



Public Properties
 PropertyDefined by
  attention : int
Current attention level being captured by the ThinkGear BCI.
ESenseData
  isOffHead : Boolean
[read-only] Check whether the headset is off the head.
ESenseData
  meditation : int
Current meditation level being captured by the ThinkGear BCI.
ESenseData
Public Methods
 MethodDefined by
  
ESenseData Constructor
ESenseData
  
toString():String
String representation of all current eSense data.
ESenseData
Property detail
attentionproperty
public var attention:int

Current attention level being captured by the ThinkGear BCI.

The interpreted meditation level (a value between 0 and 100, where 100 indicates high meditation).

isOffHeadproperty 
isOffHead:Boolean  [read-only]

Check whether the headset is off the head. This simply interprets the headset data, and checks to see whether both attention and meditation are 0.

Implementation
    public function get isOffHead():Boolean
meditationproperty 
public var meditation:int

Current meditation level being captured by the ThinkGear BCI.

The interpreted attention level (a value between 0 and 100, where 100 indicates high attention).

Constructor detail
ESenseData()constructor
public function ESenseData()

ESenseData Constructor

Method detail
toString()method
public function toString():String

String representation of all current eSense data.

Returns
String