- onChecksumFail(byte[], int, int) - Method in interface com.neurosky.connection.TgStreamHandler
-
When check sum error happens, this method will be called.
- onDataReceived(int, int, Object) - Method in interface com.neurosky.connection.TgStreamHandler
-
When data received, this function will be called.
- onRecordFail(int) - Method in interface com.neurosky.connection.TgStreamHandler
-
When you call startRecordRawData(), and some error happens, this method will be called.
- onStatesChanged(int) - Method in interface com.neurosky.connection.TgStreamHandler
-
When the connection state changed, this method will be called.