Padpromptsignature; Padpromptstring - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

padPromptSignature

Displays a signature capture prompt on the pad. You can set the compressed capture
mode using the padSetCompress (see page 3-51) command. The illustration depicts
the layout of the signature prompt. The data is returned in a special Transaction Team
signature data packet. This packets needs to be post-processed to extract the signature
data from the buffer. Please contact Hand Held Products for more information on
extracting the signature data returned from this command.
Syntax
BOOL padPromptSignature(
char *Title,
WORD MaxPoints,
char *SigData,
WORD SigBufSize,
WORD *SigDataSize
)
Parameter
Title
MaxPoints
SigData
SigBufSize
SigDataSize
Returns
Returns TRUE upon success, FALSE otherwise.
See Also
padPromptHexNumber, padPromptNum, padPromptNumber, padPromptReset, padPromptString,
padPromptTimeout

padPromptString

Displays an alphanumeric keypad and returns the entered alphanumeric data. This
command prompts the user to enter alphanumeric data. The prompt includes
"ENTER", "CLEAR", "C", "UNDO", and "CANCEL" buttons. "ENTER" accepts the
alphanumeric entry. "CLEAR" and "C" both clear the alphanumeric entry. "UNDO"
removes the last character entered. "CANCEL" exits the prompt. The alphanumeric
data can have up to 17 characters. The result is returned as a text string containing
the characters entered. The illustration depicts the string input keypad.
Syntax
BOOL padPromptString(
char *Title,
WORD MaxDigits,
char *Result
)
Parameter
Title
MaxDigits
Result
Returns
Returns TRUE upon success, FALSE otherwise.
Description
Specifies the title of the displayed prompt pad. Its a pointer to a null terminated
character string.
Maximum signature capture points (default = 1024)
A pointer to the buffer to hold the signature data
Specifies the maximum size of the signature data buffer
Returns a 16-bit value representing the size of the captured signature data
Description
Specifies the title of the displayed alphanumeric entry pad. Its a pointer to a null
terminated character string.
Maximum alphanumeric characters to be displayed
Returns a variable length text string containing the alphanumeric data entered
3 - 41

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents