Api_goodread – Argox PT-9130 User Manual

Page 195

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 188

API_GoodRead

To activate a buzzer sound when the buzzer of the scanning device is enabled and to flash the LED when the good-read LED of

the scanning device is enabled.

void API_GoodRead

{

}

Parameters

None

Returned Values

None.

Remarks

Use API_GoodRead() to notify the user that a barcode data is successfully scanned. The buzzer function of the

scanning device can be set by Scan Configuration in the control panel. The good-read LED function of the

scanning device can be set by SCAN_SendCommand() function. If the buzzer and good-read LED functions are

disabled, the API_GoodRead will do nothing.

Example

API_GoodRead();

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: scanapiax.h

Link Library: scanapiax.lib

Link DLL: scanapiax.dll
Device: PT90

Advertising