Enable the barcode reader.

Syntax

void AM_EnableBarcodeReader(
  MENU_HANDLE menu
);

Parameters

menu
[in] Menu handle

Return value

None.

Remarks

Enable the barcode reader. It is necessary to call AM_ConfigBarcodeReader function before calling this function.
While the barcode reader is enabled, pressing the [SCAN] key will start scanning the barcode.
To disable the barcode reader, call AM_DisableBarcodeReader function.

Requirements

Header file:
lib.h
AdvancedMenu.h
Library file:
libAdvancedMenu.a
libSTARTUPOPH5000.a

See also

Last updated: 2020/10/09