OpenSRX 0.1.0
C++ library for interfacing with Keyence SR series barcode readers
Loading...
Searching...
No Matches
RegionParam.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace OpenSRX {
4
22
23constexpr int REGION_MIN = 1;
24constexpr int REGION_MAX = 128;
25
26} // namespace OpenSRX
Definition AsioInterface.hpp:5
constexpr int REGION_MAX
Definition RegionParam.hpp:24
constexpr int REGION_MIN
Command numbers for region configuration (WD/RD commands).
Definition RegionParam.hpp:23