Users Manual Instruction Manual
179
CATC BTTRAINER 2.11 CHAPTER
User’s Manual
Return values
Returns a list with two values: status and authentication enable.
Status (element 0) is one of the following:
• “Success”
• “Failure”
Authentication enable (element 1) is the one-byte authentication enable
value. (0=Authentication disabled; 1=Authentication enabled.)
Comments
This command will read the value for AuthenticationEnable parameter.
Example
result = HCIReadAuthenticationEnable();
if(result[0] == "Success")
Trace("Merlin's Wand Authentication Enabled : ", result[1],
"\n");
HCIReadAutomaticFlushTimeout
HCIReadAutomaticFlushTimeout(Address)
Return value
Returns a list with two values: status and FlushTimeout
Status (element 0) is one of the following:
• "Success"
•"Failure"
• "Not connected"
• "Failed: Not found"
Comments
This command will read the value for the Flush_Timeout parameter for the
specified connection handle.
Example
Address = '010203040506';
result = HCIReadAutomaticFlushTimeout (Address);
Trace(result);
Parameter Meaning Default Value Comments
HCI_Handle