getCurrentProfile
This method returns the training profile that is currently loaded for a specific headset.
Parameters
Name | Type | Required | Description |
cortexToken |
| yes | A token returned by authorize. |
headset |
| yes | A headset id returned by queryHeadsets. |
Result
The result is an object containing these fields:
Name | Type | Description |
name |
| The name of the loaded profile, or |
loadedByThisApp |
|
This field was added in Cortex 2.1 |
Examples
Last updated