Playtone( volume, frequency, duration ), Properties, Eventhandlers – Casio Naurtech CETerm Ver.5.1 Web Browser Programming Manual User Manual
Page 57: Property description
N
AURTECH
W
EB
B
ROWSER
S
MART
C
LIENTS FOR
W
INDOWS
CE .NET / P
OCKET
PC
Web Browser Programming Guide
Page 57
PlayTone( volume, frequency, duration )
PlayTone will play a tone if supported by the handheld hardware. PlayTone is not
available on the CEBrowseX object (see PlaySound).
volume – is the volume 00 -10 (0 is off, 10 is loudest)
frequency – is the frequency in Hz.
duration – is the duration in millisec.
Status = PrintString( printData ) or Status = Print( printData)
PrintString and Print will send the printData to the currently configured printer.
PrintString is only available on the CEBrowseX object. Print is only available on
the “external” object.
The printData string may contain escape characters for CR (\r), Newline (\n), and
hexadecimal bytes (\xXX).
P
ROPERTIES
The CEBrowseX properties are used to return the CETerm or OS objects. Both
are read-only.
Property Description
CETerm
CETerm automation object
OS
OS automation object
E
VENT
H
ANDLERS
The CEBrowseX control has no event handlers.