Public Member Functions | |
abstract String | getRunningState () |
abstract String | getHardwareVersion () |
abstract String | getBspVersion () |
abstract String | getFirmwareVersion () |
abstract String | getBootloaderVersion () |
abstract String | getFirmwareBuildNumber () |
abstract String | getFirmwareType () |
abstract int | getProtocolVersion () |
Static Public Member Functions | |
static native MuseVersion | makeDefaultVersion () |
static native MuseVersion | makeVersion (String json) |
Provides access to Muse firmware and hardware versions.
You must connect to the headband at least once to before this information is available. Once you have connected once the information will remain available, even after you disconnect.
|
abstract |
Provides access to Muse bootloader version.
|
abstract |
BSP (board support package) version. This is only available on Muse 2016 ( MU_02 ).
|
abstract |
|
abstract |
Type of firmware. One of consumer
, research
or test
.
|
abstract |
Provides access to the firmware version.
|
abstract |
Provides access to hardware version.
|
abstract |
Provides access to Muse communication protocol version.
|
abstract |
|
static |
Internal use only. Create a default version.
|
static |
Internal use only. Create version from JSON string Muse 2016 ( MU_02 ) only.