Events
List of events available in the base Cortex class
Authorized
Authorized(License license);Connection State Changed
ConnectionStateChanged(ConnectToCortexStates state)
public enum ConnectToCortexStates
{
Service_connecting,
EmotivApp_NotFound,
// Connected, awaiting login in Emotiv launcher
Login_waiting,
Login_notYet,
// Attempting authorization,
// user need to open Emotiv launcher to authorize
Authorizing,
Authorize_failed,
// connected and authorized, good to go!
Authorized,
LicenseExpried,
License_HardLimited
}Headset Query Result
Device Connected
Data Stream Started
Data Stream Ended
Error Received
Last updated