Hand Held Products PadCom TT1500 User Manual page 111

Point-of-sale terminal control library
Table of Contents

Advertisement

// * Step 1: Turn on the Transaction Team device using padConnect.*
// *******************************************************
//
if( padConnect() )
{
if ( !ResetMSR ( hWnd ) )
{
PostQuitMessage( 1 );
}
}
else
{
//
// Error
//
MessageBox( hWnd, "ERROR: No Transaction Team device found!", appName, MB_OK );
PostQuitMessage( 1 );
}
break;
}
case WM_COMMAND:
{
switch ( wParam )
{
case MSR_DATA_READ:
{
//
// Display the data read from the Magnetic Stripe Reader
//
sprintf
(
msrData,
"Track 1 size: %d\n"
5 - 23

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents