Enums
ConnectionStatus
Bases: Enum
Enumeration of possible headset connection states.
States marked as TGC are emitted natively by the ThinkGear Connector.
States marked as CUSTOM are custom states defined by this module.
CONNECTED
class-attribute
instance-attribute
TGC: The headset is successfully connected via ThinkGear Connector and actively streaming data.
DISCONNECTED
class-attribute
instance-attribute
TGC: Both the headset and the ThinkGear Connector are disconnected.
IDLE
class-attribute
instance-attribute
TGC: The headset is not connected and the ThinkGear Connector is idle.
SCANNING
class-attribute
instance-attribute
TGC: The ThinkGear Connector is scanning for the MindWaveMobile2 device.
NOTSCANNING
class-attribute
instance-attribute
TGC: The ThinkGear Connector is not scanning for the MindWaveMobile2 device.
EventType
Bases: Enum
Enumeration of event types that can be emitted by the event manager.
ConnectorData
class-attribute
instance-attribute
Raw data from the connector, JSON-parsed.
HeadsetData
class-attribute
instance-attribute
Parsed data from the headset, contains all streamed attributes.