Configuration to access parameters of Code32. More...
#include <cvb/barcode/_detail/code32.hpp>
Inherits ReaderWithQuietzoneConfigBase.
Public Member Functions | |
| void | SetTransmitCheckDigit (bool transmitCheckDigit) |
| Append/do not append check digit to data. More... | |
| bool | TransmitCheckDigit () const |
| Returns the transmit check digit value. More... | |
| void | SetTransmitStartStop (bool transmitStartStop) |
| Transmit/do not transmit start and stop digits with data. More... | |
| bool | TransmitStartStop () const |
| Returns whether to transmit/not transmit start and stop digits with data. More... | |
Public Member Functions inherited from ReaderWithQuietzoneConfigBase | |
| void | SetCheckQuietzone (bool checkQuietzone) |
| Sets whether to check/ignore quiet zone. More... | |
| bool | CheckQuietzone () const |
| Returns whether to check/ignore quiet zone. More... | |
Public Member Functions inherited from ReaderConfigBase | |
| void | SetInverse (bool inverse) |
| Code is inverted (white on black)/not inverted. More... | |
| bool | Inverse () const |
| Returns whether the code is inverted (white on black) or not. More... | |
Static Public Member Functions | |
| static std::unique_ptr< Code32 > | FromHandle (const HandleGuard< ReaderConfig > &guard, bool &isActiveOut) |
| Create object from handle. More... | |
Configuration to access parameters of Code32.
|
inlinestatic |
Create object from handle.
| [in] | guard | Handle guard to read the configuration from. |
| [out] | isActiveOut | Returns the active state of the configuration in the handle. |
| Any | exception derived from std::exception including CvbException. |
|
inline |
Append/do not append check digit to data.
| [in] | transmitCheckDigit | If necessary, the parameter activates or deactivates transmission of a check digit. True activates transmission, false deactivates it. |
| Any | exception derived from std::exception including CvbException. |
|
inline |
Transmit/do not transmit start and stop digits with data.
| [in] | transmitStartStop | It activates or deactivates transmission of the start digit. True activates transmission, false deactivates it. The start digit for Code 32 is "A". |
| Any | exception derived from std::exception including CvbException. |
|
inline |
Returns the transmit check digit value.
| Any | exception derived from std::exception including CvbException. |
|
inline |
Returns whether to transmit/not transmit start and stop digits with data.
| Any | exception derived from std::exception including CvbException. |