Padmemdelete; Padmemdeletevar; Padmemfind - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

padMemDelete

Deletes the specified item from the non-volatile memory if it exists.
Syntax
BOOL padMemDelete(
WORD Id
)
Parameter
Id
Note: All memory objects may be deleted, even empty ones. To check if a specified memory object contains data, use
padMemFind (see page 3-29).
Returns
Returns TRUE if the function call succeeds, FALSE otherwise.
See Also
padMemGetFree, padMemReset, padMemClear, padMemLoadText, padMemLoadBitmap, padMemFind,
padMemGetChecksum

padMemDeleteVar

Syntax
BOOL padMemDeleteVar(
char FAR *lpszVarName
)
Parameter
lpszVarName
Returns
Returns TRUE if the function call succeeds, FALSE otherwise.

padMemFind

This command allows you to check if a memory item, specified by Id, is stored in the unit's memory. 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. The items are referred to in memory based on
their IDs.
Syntax
BOOL padMemFind(
WORD Id,
BYTE *Stored
)
Parameter
ID
Stored
Returns
Returns TRUE if the function succeeds, FALSE otherwise.
Description
ID of the memory item to be deleted
Description
Name of the memory variable
Description
ID of the stored memory item
Pointer to a BYTE that returns TRUE if the memory item is found, FALSE otherwise
3 - 29

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents