Padmemgetchecksum; Padmemgetfree; Padmemgetvar - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

See Also
padMemReset, padMemClear, padMemDelete, padMemLoadText, padMemLoadBitmap, padMemFind,

padMemGetChecksum.

padMemGetChecksum

Checksum is a pointer to a WORD data type that stores the checksum of all stored items. This is used to verify that memory
contents have not been changed since the last call to padMemGetChecksum.
Syntax
BOOL padMemGetChecksum(
WORD *Checksum
)
Returns
Returns TRUE if the function succeeds, FALSE otherwise.
See Also
padMemReset, padMemGetFree, padMemClear, padMemDelete, padMemLoadText, padMemLoadBitmap,
padMemFind,

padMemGetFree

FreeBytes is a pointer to WORD type data that returns the number of free non-volatile memory bytes available in the unit.
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.
Syntax
BOOL padMemGetFree(
WORD *FreeBytes
)
Returns
Returns TRUE if the function succeeds, FALSE otherwise.
See Also
padMemReset, padMemClear, padMemDelete, padMemLoadText, padMemLoadBitmap, padMemFind,
padMemGetChecksum

padMemGetVar

Retrieves the data stored at specified memory location.
Syntax
BOOL padMemGetVar(
char FAR *pcName,
WORD wNameLen,
char FAR *pcData,
WORD FAR *pwDataLen
)
3 - 30

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents