Intermec Janus 2010 Reference Manual page 162

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

Advertisement

im_set_viewport_lock
loop
exit when in_char = 'q';
Get (in_char);
end loop;
else
Put ("Unlock VP error = ");
SYSWORD_IO.Put (status, Width => 8);
New_Line;
end if;
in_char := ' ';
New_Line;
status := im_set_viewport_lock (IM_ENABLE);
if im_isgood (status)then
Put_Line ("VP LOCKED");
Put_Line ("q to quit");
loop
exit when in_char = 'q';
Get (in_char);
end loop;
else
Put ("Lock VP error = ");
SYSWORD_IO.Put (status, Width => 8);
New_Line;
end if;
end setviewl;
3-122

Advertisement

Table of Contents
loading

This manual is also suitable for:

Janus 2050Janus 2020Janus psk for ada

Table of Contents