Intermec Janus 2010 Reference Manual page 164

Intermec janus 2010: reference guide
Hide thumbs Also See for Janus 2010:
Table of Contents

Advertisement

im_set_warm_boot
in_char := ' ';
New_Line;
status := im_set_warm_boot (IM_ENABLE);
if im_isgood (status)then
Put_Line ("Warmboot ENABLED");
Put_Line ("q to quit");
loop
exit when in_char = 'q';
Get (in_char);
end loop;
else
Put ("Enable Warmboot err = ");
SYSWORD_IO.Put (status, Width => 8);
New_Line;
end if;
end setboot;
3-124

Advertisement

Table of Contents
loading

This manual is also suitable for:

Janus 2050Janus 2020Janus psk for ada

Table of Contents