Hand Held Products PadCom TT1500 User Manual page 125

Point-of-sale terminal control library
Table of Contents

Advertisement

default:
{
return DefWindowProc( hWnd, Msg, wParam, lParam );
}
}
return 0;
}
//
// ********************************************************************************
// *
// * TimerProc - Message handler for timer used to read the MSR
// *
// ********************************************************************************
//
void CALLBACK TimerProc( HWND hWnd, UINT Msg, UINT idTime, DWORD dwTime )
{
KillTimer ( hWnd, idTime );
switch( Msg )
{
case WM_TIMER:
{
switch ( idTime )
{
*
*
case MSR_TIMER_ID:
{
if ( ReadMSR () )
{
PostMessage ( hWnd, WM_COMMAND, MSR_DATA_READ, 0 );
return;
}
}
*
5 - 37

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents