Padprompttimeout; Padputbits; Padputbmpfile - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

See Also
padPromptHexNumber, padPromptNum, padPromptNumber, padPromptReset, padPromptSignature,

padPromptTimeout

padPromptTimeout

This command is used to set the maximum amount of time a prompt (such as padPromptSignature) will remain on the
display. The default is 600 seconds (10 minutes). After the specified amount of time elapses, the prompt is removed from
the screen.
Syntax
void padPromptTimeout (
unsigned long Seconds
)
Parameter
Seconds
See Also
padPromptHexNumber, padPromptNum, padPromptNumber, padPromptReset, padPromptSignature,
padPromptString

padPutBits

Draws a bitmap on the LCD display by transferring the contents of a bitmap buffer to the LCD screen.
Note: This command does not display a BMP-type bitmap with header data. It only accepts raw bitmap data without a
header. See Supported Bitmap Format beginning on page 4-1 for more information on using raw bitmaps.
Syntax
BOOL padPutBits(
int X,
int Y,
int Width,
int Height,
const void *Bits
)
Parameter
X
Y
Width
Height
Bits
Returns
Returns TRUE if successful, FALSE otherwise.
See Also
padIsLcd, padClear, padPutLogo, padMemLoadBitmap, padPutBmpFile, padPutLogo, padSetLogoBmpFile

padPutBmpFile

This command transfers the contents of the Windows bitmap file to the LCD screen.
3 - 42
Description
Specifies the amount of time in seconds to keep the prompt on the display
Description
Horizontal coordinate to place the bitmap
Vertical coordinate to place the bitmap
Horizontal size of the bitmap in pixels
Vertical size of the bitmap in pixels
Pointer to the bitmap data

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents