The NeuroSky.ThinkGear namespace consists of two classes:
Connector - Connects to the computer's serial COM port and reads in the port's serial stream of data as DataRowArrays.
TGParser - Parses a DataRowArray into recognizable ThinkGear Data Types that your application can use.
To use the classes, first declare a Connector instance and initialize it: