Padcomdate; Padcomdate; Padcomversion; Padcomversion - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

See Also
padBox, padFrame, padInvert, padLine, padSetPixel

PadComDate

Returns a pointer to a string containing the date of the build of the PadCom library. The format of the returned string is in
ASCII text format including the month, day, and year of the build. For example, "July 16, 1998."
Syntax
char * PadComDate()
See Also

PadComVersion

PadComVersion

Returns a pointer to a string containing the version number of the build of the PadCom library. The format of the returned
string is in ASCII text format and includes the major version, minor version, and revision number of the build. For example,
"04.00.0008."
Syntax
char * PadComVersion()
See Also

PadComDate

padConnect

Connects to the attached Transaction Team unit by checking for the existence of a pad and initializing communications.
Normally this command searches all valid com ports for the existence of all supported Transaction Team pad types. This
command must be executed before using any other commands in the library; the only exceptions to this are the commands
padSetPort, padSetPortAddr, padSetPortIrq, and padSetType, which modify the behavior of padConnect and must be
called prior to calling padConnect. This function is similar to padOn except that it will always attempt to connect to a pad
even if a connection was already established.
Syntax
BOOL padConnect (
void
)
Returns
Returns TRUE if successful, FALSE otherwise.
See Also
padConnectClearScreen, padOn, padOff, padRecord, padSetPort, padSetPortAddr, padSetPortIrq, padSetType,
padSetBaudRate, padGetBaudRate, padSetDefaultBaudRate, padGetDefaultBaudRate,
padResetDefaultBaudRate, padResetBaudRate

padConnectClearScreen

padConnectClearScreen allows you to specify whether or not the screen will be cleared upon connection. The default is
padConnectClearScreen set to TRUE. When set to TRUE, the LCD is cleared whenever a connection is made to the
Transaction Team POS device using padConnect or padOn. If set to FALSE, the LCD is not cleared when a connection is
made to a Transaction Team POS device. This command affects all subsequent calls to padOn and padConnect and does
not itself make a connection to the Transaction Team POS device. To make a connection you must call padConnect or
padOn.
3 - 3

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents