Iadc::read - Intermec 700 Series 700 User Manual

Monochrome mobile computer
Hide thumbs Also See for 700 Series 700:
Table of Contents

Advertisement

700 Series Monochrome Mobile Computer User's Manual

IADC::Read

This function requests user input data from the reader engine. This is a
blocking function that returns either when there is data or after a timeout.
Syntax
HRESULT IADC::Read ( BYTE rgbDataBuffer[], DWORD
dwDataBufferSize, DWORD pnBytesReturned, SYSTEMTIME
pSystemTime, DWORD dwTimeout );
Parameters
rgbDataBuffer
dwDataBufferSize
pnBytesReturned
pSystemTime
dwTimeout
Return Values
HRESULT that indicates success or failure.
Remarks
None.
See Also
S IADC::CancelReadRequest
S IADC::Initialize
S IADC::QueryAttribute
S IADC::QueryData
S IADC::SetAttribute
Chapter 6
[in]
Pointer to the buffer that receives the data
from the device.
[in]
Maximum number of bytes that can be
stored in rgbDataBuffer.
[out]
Pointer to the DWORD location to store
the number of bytes returned in
rgbDataBuffer.
[out]
Pointer to a SYSTEMTIME structure that
will hold the time stamp of the received
data. This can be NULL if a timestamp is
not needed.
[in]
Number of milliseconds caller waits for
data. This parameter is ignored if the
Read Ahead flag is not set.
S 0
If data is not available, returns quickly.
S INFINITE
Waits until data is available.
Scanner Support
161

Advertisement

Table of Contents
loading

Table of Contents