220
Platforms
©2000-2008 Tibbo Technology Inc.
On_sys_init Event
Function:
First event to be generated when your device boots up.
Declaration:
on_sys_init
See Also:
---
Details
Typically, initialization code for you application is placed here.
On_sys_timer Event
Function:
Periodic event.
Declaration:
on_sys_timer
See Also:
Details
Multiple on_sys_timer events may be waiting in the event queue. On_sys_timer
event is not generated when the program execution is PAUSED (in
).
New in
V1.2
. If the platform does not support the
property, then the interval of this event generation is fixed at 0.5 seconds. If the
platform does support this property, then the period is adjustable.
.Onsystimerperiod Property (Selected Platforms Only)
Function:
New in
V1.2
. Sets/returns the period for the
event generation expressed in 10ms
intervals.
Type:
Byte
Value Range:
0-255. Default= 50 (500ms).
See Also:
---
Details
Defines, in 10ms increments, the period at which the
event will
be generated. Platforms that do not support this property have the period fixed at
0.5 seconds.
223
27
220
220
220