527
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
Details
method was invoked with its name argument left empty, the
will contain the list of all discovered networks. If the name
argument specified a particular network and scanning found this network to be
present, then this property will contain the name of this network. Naturally, this
name will match the one specified by the name argument of the
method.
.Settxpower Method
Function:
Causes the Wi-Fi interface to commence the adjustment
of TX power to the level specified by the level argument.
Syntax:
wln.settxpower(level as byte) as accepted_rejected
Returns:
One of accepted_rejected constants:
0- ACCEPTED.
1- REJECTED.
See Also:
Details
Part
Description
level
Value between 4 and 15 that roughly corresponds to the transmitter's
output power in dB. Attemting to specify the leven<4 results in level=4;
attempting to specify the level>15 results in level=15.
Adjusting TX power is a
. As such, the wln.settxpower will be rejected
(return 1- REJECTED) if another task is currently in progress. The task will also be
rejected if the Wi-Fi hardware is not online (
= 0- NO). The method
will return 0- ACCEPTED if the task is accepted for processing.
The task is completed when the
R/O property becomes 0-
PL_WLN_TASK_IDLE. The
event will also be generated
at that time.
.Setwep Method
Function:
Causes the Wi-Fi interface to commence setting new WEP
mode and/or key.
Syntax:
wln.setwep(byref wepkey as string, wepmode as
pl_wln_wep_modes) as accepted_rejected
Returns:
One of accepted_rejected constants:
0- ACCEPTED.
1- REJECTED.
See Also:
,
524
526
524
509
500
500
519
528
523
510
500