User`s guide
FUNCTIONS
SDK SECTION 11
Page 145
GetNewData16
unsigned int WINAPI GetNewData16(WORD* arr, unsigned long size)
Description
Deprecated see Note:
16-bit version of the GetNewData function.
Parameters
WORD* arr: pointer to data storage allocated by the user.
unsigned long size: total number of pixels.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ERROR_ACK
DRV_P1INVALID
DRV_P2INVALID
DRV_NO_NEW_DATA
Data copied.
System not initialized.
Unable to communicate with card.
Invalid pointer (i.e. NULL).
Array size is incorrect.
There is no new data yet.
NOTE: Deprecated by the following functions:
•
GetImages
• GetMostRecentImage
• GetOldestIimage
GetNewData8
unsigned int WINAPI GetNewData8(unsigned char* arr, unsigned long size)
Description
Deprecated see Note:
8-bit version of the GetNewData function. This function will return the data in the lower 8
bits of the acquired data.
Parameters
unsigned char* arr: pointer to data storage allocated by the user.
unsigned long size: total number of pixels.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ERROR_ACK
DRV_P1INVALID
DRV_P2INVALID
DRV_NO_NEW_DATA
Data copied.
System not initialized.
Unable to communicate with card.
Invalid pointer (i.e. NULL).
Array size is incorrect.
There is no new data yet.
NOTE: Deprecated by the following functions:
• GetImages
• GetMostRecentImage
•
GetOldestIimage