User Manual

Table Of Contents
207
CATC MERLINS WAND 1.22 APPENDIX C
Users Manual Merlin’s Wand Scripting Commands
HCIWriteConnectionAcceptTimeout()
HCIWriteConnectionAcceptTimeout(Interval)
Return value
“Success”
“Failure”
“Invalid parameter”
Comments
Sets a timeout interval for connection. The parameter defines the time
duration from when the Host Controller sends a Connection Request event
until the Host Controller automatically rejects an incoming connection.
Example
result = HCIWriteConnectionAcceptTimeout(0x1234);
HCIWriteCurrentIACLAP()
HCIWriteCurrentIACLAP(NumCurrentIACs, IACLAPs)
Return value
“Success”
“Failure”
“Invalid parameter”
Parameter Meaning Default Value Comments
Interval Number of
0.625-msec
intervals
before the
connection
request times
out.
0x1FA0 (= 5
sec)
Range is 0x0001 to 0xB540 (0.625 msec to 29
sec).
Parameter Meaning Default Value Comments
NumCurrent
IACs
Number of
current IACs.
Must be 1 or 2.
IACLAPs List of
IAC_LAPs,
each with a
value in the
range
0x9E8B00-0x
9E8B3F.
The number of values in this list must match the
NumCurrentIACs parameter.