Hand Held Products 4X00 Series manual GetImagerPropertiesICMedia, GetNumberOfValidRowsICMedia

Models: 4X00 Series

1 24
Download 24 pages 15.04 Kb
Page 12
Image 12
GetImagerPropertiesICMedia

GetImagerPropertiesICMedia

This function requests the properties of the imager currently interfacing to the hardware layer.

BOOL GetImagerPropertiesICMedia(

const DWORD * pBuffIn, DWORD * pBuffOut, DWORD dwLen

)

Passed Arguments

Description

pBuffIn

Pointer to a buffer of DWORDs that are TAGs to the properties the scan driver is

 

requesting.

pBuffOut

dwLen

Tags:

typedef enum { IP_SIZE, IP_ENGINE_ID, IP_NUM_ROWS, IP_NUM_COLS,

IP_BITS_PER_PIXEL, IP_ROTATION, IP_AIMER_X_OFFSET, IP_AIMER_Y_OFFSET, IP_YDEPTH

} HHPScanDriverImagerProperties_t;

Pointer to output buffer that has corresponding values and order to TAGs in pBuffin.

Length of both pBuffin and pBuffOut.

Returns

TRUE if successful, FALSE otherwise.

GetNumberOfValidRowsICMedia

This function is called in the middle of image captures to find out how many image rows of data have been transferred completely in the incoming image at a given time.

DWORD GetNumberOfValidRowsICMedia()

Returns

DWORD - The number of valid image rows of data.

6

IMAGETEAM™ 4X00 Series Hardware Interface Layer Specification

Page 12
Image 12
Hand Held Products 4X00 Series manual GetNumberOfValidRowsICMedia, BOOL GetImagerPropertiesICMedia