Elo TouchSystems ET1229L Series User Manual page 172

12.1" lcd touchmonior with optional magnetic stripe reader, finger print reader and rear facing customer display
Hide thumbs Also See for ET1229L Series:
Table of Contents

Advertisement

DWORD
char
char*
while (!quit)
{
rs = ReadFile(drv_h, wbuff, sizeof(wbuff), &read_len, &ov_r);
if ( !rs)
{
rs = GetLastError ();
if ( rs != ERROR_IO_PENDING)
{
printf("DeviceIOControl (Read) Error : %i (0x%x)\n", rs, rs );
break;
}
}
rs = WaitForSingleObject ( ov_r.hEvent, INFINITE);
rs = GetOverlappedResult (
drv_h,
&ov_r,
&read_len,
FALSE
);
if (quit)
if ( rs )
{
p = wbuff;
while (read_len >0)
{
if (*p == 0x1a)
putch (*p);
++p;
--read_len;
}
}
}
};
// end of file
read_len=0;
wbuff[1];
p;
// handle of file, pipe, or communications device
// address of overlapped structure
// address of actual bytes count
// wait flag
break;
{
quit = TRUE;
printf("\n\nExiting Test...");
break;
}
Section 5. Example Applications
49

Advertisement

Table of Contents
loading

This manual is also suitable for:

Entuitive 1229l

Table of Contents