523
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
wln_
event
Registered event:
0- PL_WLN_EVENT_DISABLED: Wi-Fi hardware has been disconnected,
powered down, or is malfunctioning.
1- PL_WLN_EVENT_DISASSOCIATED: Wi-Fi interface has been
disassociated from the wireless network.
Details
Multiple on_wln_event events may be waiting in the event queue.
On_wln_task_complete Event
Function:
Generated when the Wi-Fi interface completes executing a
given task.
Declaration:
on_wln_task_complete(completed_task as
pl_wln_tasks)
See Also:
Part
Description
comple
ted_tas
k
The task just completed:
1- PL_WLN_TASK_SCAN: Scan task completed (this task is initiated
by the
method).
2- PL_WLN_TASK_ASSOCIATE: Association task completed (this task
is initiated by the
method).
3- PL_WLN_TASK_SETTXPOWER: TX power adjustment task
completed (this task is initiated by the
method).
4- PL_WLN_TASK_SETWEP: WEP mode and keys setup task
completed (this task is initiated by the
method).
5- PL_WLN_TASK_DISASSOCIATE: Disassociation task completed
(this task is initiated by the
method).
6- PL_WLN_TASK_NETWORK_START: Ad-hoc network creation
completed (this task is initiated by the
method).
7- PL_WLN_TASK_NETWORK_STOP: Ad-hoc network termination
completed (this task is initiated by the
method).
Details
read-only property changes to 0- PL_WLN_TASK_IDLE along with
this event generation. The wln object will only accept another task for execution
after the previous task has been completed.
Multiple on_wln_task_complete events may be waiting in the event queue.
500
524
513
527
527
518
521
522
528