User Manual

Table Of Contents
169
CATC MERLINS WAND 1.22 APPENDIX C
Users Manual Merlin’s Wand Scripting Commands
“Success”
“Failure”
“Not found”
“No SCO connection”
Gain (element 1) is the one-byte value of the headset gain. Range is 0 to
15.
Comments
This command is used to read current gain of connected speaker or micro-
phone. In order to use this command, an SCO connection must exist.
Example
See the example for the HCICatcChangeHeadsetGain command.
HCICatcReadRevisionInformation()
HCICatcReadRevisionInformation()
Return values
Returns a list with two values: status and revision.
Status (element 0) is one of the following:
“Success”
“Failure”
Revision (element 1) is the Merlin’s Wand revision information.
Comments
This command returns the information about the current firmware.
Example
Revision = HCICatcReadRevisionInformation();
if( Revision[0] == "Success")
Trace("Merlin's Wand Revision Info : ", Revision[1], "\n");
Parameter Meaning Default Value Comments
N/A