Intermec Janus 2010 Reference Manual page 64

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

Advertisement

im_get_display_mode
im_get_display_mode
This procedure retrieves the current size mode, video mode, scroll mode,
Purpose:
character height, and status code of the display.
With Intrmecd_IO, Intrmecp_IO;
Syntax:
Use Intrmecd_IO, Intrmecp_IO;
procedure im_get_display_mode (
IN Parameter:
None.
The size_mode parameter is required and is one of these constants:
OUT Parameter:
IM_SIZE_MODE_80X25
IM_SIZE_MODE_20X16
IM_SIZE_MODE_20X8
IM_SIZE_MODE_10X16
IM_SIZE_MODE_10X8
If IM_SIZE_MODE_80X25 is set, you also need to set the video mode, scroll
mode, and character height.
If any other size_mode is set, the video mode, scroll mode, and character
height are automatically set.
The video_mode parameter requires IM_SIZE_MODE_80X25. The standard
BIOS supports up to mode 13 but the JANUS only supports up to mode 6.
You can also set video modes 0 through 3 with IC.EXE.
3-24
size_mode
: OUT IM_STD_SIZE_MODE;
video_mode
: OUT IM_STD_VIDEO_MODE;
scroll_mode
: OUT IM_SCROLL_MODE;
character_height : OUT IM_CHARACTER_HEIGHT;
status_code
: OUT System.Word);
80 x 25 text mode
20 x 16 text mode (2010 and 2020)
20 x 8 text mode (2010 and 2020)
10 x 16 text mode (2010 and 2020)
10 x 8 text mode (2010 and 2020)

Advertisement

Table of Contents
loading

This manual is also suitable for:

Janus 2050Janus 2020Janus psk for ada

Table of Contents