3#include "reader_ean_upc_config_base.hpp"
11 using namespace Internal;
32 isActiveOut = pConfig->ReadFromHandle(guard);
37 virtual bool ReadFromHandle_(
const HandleGuard<ReaderConfig>& guard)
override
39 CExports::cvbbool_t active;
40 CVB_CALL_CAPI(CvcBcGetEAN13(
reinterpret_cast<std::intptr_t>(guard.Handle()),
42 checkQuietzone_.Ptr(),
43 appendix2Present_.Ptr(),
44 appendix5Present_.Ptr(),
47 return SmartBool(active);
50 virtual void WriteToHandle_(
bool active, HandleGuard<ReaderConfig>& guard)
override
52 CVB_CALL_CAPI(CvcBcSetEAN13(
reinterpret_cast<std::intptr_t>(guard.Handle()),
62 : ReaderEanUpcConfigBase()
Configuration to access parameters of ReaderEanUpcConfigBase.
Definition: reader_ean_upc_config_base.hpp:20
Configuration to access parameters of Ean13.
Definition: ean13.hpp:17
static std::unique_ptr< Ean13 > FromHandle(const HandleGuard< ReaderConfig > &guard, bool &isActiveOut)
Create object from handle.
Definition: ean13.hpp:29
Symbology
The symbologies supported by Barcode.
Definition: barcode.hpp:97
Root namespace for the Image Manager interface.
Definition: c_barcode.h:24