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.hLibrary file:
AdvancedMenu.h
libAdvancedMenu.a
libSTARTUPOPH5000.a
See also
Last updated: 2020/10/09