Paddisplayobject; Paddisplaytime - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

Syntax
BOOL padConnectClearScreen (
BOOL enable
)
Parameter
enable
Returns
Returns TRUE if successful, FALSE otherwise.
See Also
padOn, padOff, padConnect

padDisplayObject

Draws a memory object onto the position specified by pptAt on the screen, if applicable. An object can be stored in non-
volatile memory using padMemLoadText, padMemLoadBitmap or similar commands. Every memory object is associated
with an ObjectId that identifies the object. The created memory object may be deleted or overwritten.
Non-volatile memory is typically used to store large and often used bitmaps and texts. Since the data resides on the unit,
the data transfer between the COM-port and the unit is reduced resulting in much faster display times.
Note: All memory objects may be displayed, even empty ones. To check if a specified memory object contains data, use
padMemFind.
Syntax
BOOL padDisplayObject(
WORD ObjectId,
padPOINT *pptAt
)
Parameter
ObjectId
pptAt
Returns
Returns TRUE if the function succeeds, FALSE otherwise.
See Also
padMemLoadText, padMemLoadBitmap, padMemDelete

padDisplayTime

This function displays the time on a Transaction Team 3100 Series or compatible terminal.
Syntax
BOOL padDisplayTime(
WORD wHorz,
WORD wVert,
BYTE nFontId
)
Parameter
wHorz
wVert
nFontId
3 - 4
Description
Flag to enable/disable screen clear on Connect.
Description
ID of the memory item to store
Pointer to padPOINT specifying screen location
Description
The horizontal position for displaying the time
The vertical position for displaying the time
The font used for displaying the time

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents