User Manual

Table Of Contents
238
CATC MERLINS WAND 1.22 APPENDIX C
Users Manual Merlin’s Wand Scripting Commands
C.8 L2CAP Commands
L2CAPConfigurationSetup()
L2CAPConfigurationSetup(FlushTimeout, ServiceType,
TokenRate, TokenBucketSize, PeakBandwidth, Latency,
DelayVariation)
Parameter Meaning Default Value Comments
FlushTimeout Amount of
time that the
sender will
attempt trans-
mission before
flushing the
packet
0xFFFF Time is in milliseconds.
ServiceType The required
level of ser-
vice
0x01 Possible values: 0x00 (no traffic), 0x01 (best
effort),0x02 (guaranteed), Other (reserved)
TokenRate The rate at
which traffic
credits are
granted
0x00000000 0x00000000: no token rate is specified.
0xFFFFFFFF: a wild card value that matches the
maximum token rate.
Rate is in bytes per second.
TokenBucket
Size
The size of the
token bucket
0x00000000 0x00000000: no token bucket is needed.
0xFFFFFFFF: a wild card value that matches the
maximum token bucket.
Size is in bytes.
PeakBandwidth A value that
limits the
speed at which
packets may
be sent con-
secutively
0x00000000 The default value indicates that the maximum
bandwidth is unknown.
The speed is in bytes per second.
Latency The maxi-
mum delay
that is accept-
able between
transmission
of a bit and its
initial trans-
mission over
the air
0xFFFFFFFF The default value represents a Do Not Care.
The delay is in milliseconds.