Public Attributes | |
| UNKNOWN | |
| CONNECTED | |
| CONNECTING | |
| DISCONNECTED | |
| NEEDS_UPDATE | |
Lists all possible connection states
| com.choosemuse.libmuse.ConnectionState.CONNECTED |
This state is set if the connection was correctly established.
| com.choosemuse.libmuse.ConnectionState.CONNECTING |
This state is set while trying to establish a connection.
| com.choosemuse.libmuse.ConnectionState.DISCONNECTED |
This state is set in case of an unsuccessful connection operation or after execution of disconnect method.
| com.choosemuse.libmuse.ConnectionState.NEEDS_UPDATE |
This state is set when the connection succeeded but the headband's firmware is out of date – if this occurs, you should instruct your users to use the Muse app to upgrade their firmware.
| com.choosemuse.libmuse.ConnectionState.UNKNOWN |
Initial state