LibMuse 6.0.3
com.choosemuse.libmuse.ConnectionState Enum Reference

Public Attributes

 UNKNOWN
 
 CONNECTED
 
 CONNECTING
 
 DISCONNECTED
 
 NEEDS_UPDATE
 

Detailed Description

Lists all possible connection states

Member Data Documentation

§ CONNECTED

com.choosemuse.libmuse.ConnectionState.CONNECTED

This state is set if the connection was correctly established.

§ CONNECTING

com.choosemuse.libmuse.ConnectionState.CONNECTING

This state is set while trying to establish a connection.

§ DISCONNECTED

com.choosemuse.libmuse.ConnectionState.DISCONNECTED

This state is set in case of an unsuccessful connection operation or after execution of disconnect method.

§ NEEDS_UPDATE

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.

§ UNKNOWN

com.choosemuse.libmuse.ConnectionState.UNKNOWN

Initial state


The documentation for this enum was generated from the following file: