Abortscript ( ), Clearalltimers ( ), Clearinterval ( intervaltimerid ) – Casio Naurtech CETerm Ver.5.5 Scripting Guide User Manual
Page 26: Cleartimeout ( timerid ), Value = getproperty ( propertyname ), Playsound ( sound ) (deprecated)

N
AURTECH
W
EB
B
ROWSER AND
T
ERMINAL
E
MULATION FOR
W
INDOWS
CE
AND
W
INDOWS
M
OBILE
CETerm Scripting Guide
Page 26
ClearTimeout
Clear a one-time timer
GetProperty
Get a property value
PlaySound
Play a tone or wave file on the device (deprecated)
PlayTone
Play a tone on the device (deprecated)
PostIDA
Send a command to a session (asynchronous)
RunScript
Run a script (called from a web browser only)
SendIDA
Send a command to a session (synchronous)
SendText
Send text to a session
Session
Get a session object
SetInterval
Create a recurring interval script execution timer
SetProperty
Set a property value
SetScriptTimeout Set the current script execution timeout
SetTimeout
Create a one-time script execution timer
AbortScript ( )
Stop the currently executing script.
ClearAllTimers ( )
Clear all recurring interval timers and one-time timers.
ClearInterval ( intervalTimerID )
Clear the specified recurring interval timer.
ClearTimeout ( timerID )
Clear the specified one-time timer.
value = GetProperty ( propertyName )
Return the named property value. This may be a device property, application
property, or session property. See Appendix 2 for a list of available properties.
Returns the JavaScript “undefined” value if the requested property cannot be
found.
PlaySound ( sound ) (deprecated)
Play a tone or wave file on the device. This PlaySound is not the same as the
Windows PlaySound of the OS object. This method will accept a wave file name