14 reboot, 15 scanner, 14 r – Casio Naurtech CETerm Ver.5.1 Web Browser Programming Manual User Manual
Page 30: 15 s, Syntax, Comments, Example
N
AURTECH
W
EB
B
ROWSER
S
MART
C
LIENTS FOR
W
INDOWS
CE .NET / P
OCKET
PC
Web Browser Programming Guide
Page 30
3.14 R
EBOOT
The Reboot tag will invoke a warm (soft) or cold (hard) reset of the device.
WARNING: Do not perform the cold reset unless you are prepared to
lose all current settings, data, and add-on programs on the device.
Syntax
http-equiv="Reboot"
content="Warm"
"Cold"
Comments
This tag is supported for compatibility with other browsers. It is preferable to use
the IDA Action Code “IDA_WARMBOOT” via the IDA META tag, an “ida:” URL or
a PostIDA call.
A warm reset will cause all un-saved work-in-progress to be lost. A cold boot will
reset all RAM to factory original configurations. A cold boot will typically clear all
network and device settings, user data files, and add-on programs that have not
been placed in non-volatile memory.
The reset will occur as soon as the tag is parsed.
Example
This message should not be visible.
3.15 S
CANNER
The Scanner tag is used to enable or disable the barcode scanner.
Syntax
http-equiv="Scanner"
content="Enabled"
"Disabled"
Comments