Padgetversion; Padheight; Padhidetime - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

Returns
Returns TRUE upon success, FALSE otherwise.
See Also
padDisplayTime, padSetTime, padHideTime

padGetVersion

Retrieves the model revision number of the firmware. The revision number is returned in the following format:
HIBYTE
Major revision number as binary value
LOBYTE
Minor revision number as binary value
This command allows a user to check the version number of the firmware (ROM chips in the pad). For example, version 1.0
is returned as 0100h, 2.15 is returned as 0215h, 3.1 is returned as 0310h. This command is useful if you are writing a
program that makes use of commands not found on earlier versions of the firmware. With this command your program can
check the version number of the firmware in the pad and only run if it's equal to or greater than the version number required.
Syntax
BOOL padGetVersion(
WORD *Version
)
Parameter
Version
Returns
Returns TRUE upon success, FALSE otherwise.
See Also
padGetModel

padHeight

Syntax
int padHeight(
void
)
Returns
Returns the total number of vertical points on the pad surface (i.e., 1024).
See Also
padWidth, padVertDPI

padHideTime

Stops the time from being displayed on a Transaction Team 3100 Series or compatible terminal.
Syntax
BOOL padHideTime(
void
)
3 - 22
Description
Pointer to WORD data type to store the result

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents