Padmemloadtext; Padmemreset - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

Syntax
BOOL padMemLoadBitmapFile(
WORD Id,
char *FileName
)
Parameter
Id
FileName
Returns
Returns TRUE if the function succeeds, FALSE otherwise.
See Also
padMemReset, padMemClear, padMemDelete, padMemFind, padMemLoadText, padMemGetFree,
padMemGetChecksum, padPutBits, padPutBmpFile, padDisplayObject, padMemLoadBitmap

padMemLoadText

Loads an ASCII text string into the non-volatile memory with the given Id. The text can be arbitrarily long. However,
Transaction Team units do not wrap around the texts. It is the responsibility of the programmer to ensure the text fits the
screen and to perform the necessary wraparound.
Syntax
BOOL padMemLoadText(
WORD Id,
char *Text,
WORD TextLength
)
Parameter
Id
Text
TextLength
Returns
Returns TRUE if the function succeeds, FALSE otherwise.
See Also
padMemReset, padMemClear, padMemDelete, padMemFind, padMemLoadBitmap, padMemGetFree,
padMemGetChecksum

padMemReset

Resets the memory. This command doesn't clear the used memory, as opposed to padMemGetFree (see page 3-30) which
clears all user memory.
Syntax
BOOL padMemReset(
void
)
Returns
Returns TRUE if the non-volatile memory is reset, FALSE otherwise.
3 - 32
Description
ID of the memory item
The name of the black and white BMP file to load
Description
ID of the memory item to store
Pointer to the text string to store
Length of the text string

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents