queryHeadsets
Shows details of any headsets connected to the device via USB dongle, USB cable, or Bluetooth. You can query a specific headset by its id, or you can specify a wildcard for partial matching.
Parameters
Name | Type | Required | Description |
id |
| No | A headset id or a wildcard |
includeFlexMappings |
| No | Set this parameter to true to include the mapping of each EPOC FLEX headset in the result headset object. |
For the parameter id, you can use these wildcards:
Wildcard | Filter |
INSIGHT-* | All Insight headsets |
EPOC-* | All Epoc headsets |
EPOCPLUS-* | All Epoc Plus headsets |
Result
The result is an array of headset objects, or an empty array if no headset matches the request.
Examples
Query all the headsets
If no headset matches your request, then the result is an empty array.
Query a headset by its id
Query all the Insight headsets
Last updated