Configuration class for RoyalMail 4-State codes. More...
#include <cvb/config.hpp>
Inherits ConfigBase< RoyalMail >.
Public Member Functions | |
RoyalMail & | SetSendCheckCharacterEnabled (bool value) |
Enables or disables adding check character to decoded data. | |
bool | IsSendCheckCharacterEnabled () const |
Checks whether adding check character to decoded data is enabled. | |
![]() | |
bool | Enabled () const |
Checks if decoding for the code type represented by the derived class is enabled. | |
RoyalMail & | Enable () |
Enables decoding for the code type represented by the derived class. | |
RoyalMail & | Disable () |
Disables decoding for the code type represented by the derived class. | |
Friends | |
class | Cvb::CodeReader::Decoder |
Configuration class for RoyalMail 4-State codes.
Use this class to configure decoding options for RoyalMail 4-State codes. To access the configuration and enable decoding Royal Mail codes, use the following example. For additional details on configuration, refer to the documentation for Decoder::Config().
|
inline |
Checks whether adding check character to decoded data is enabled.
true
if the adding check character is enabled, false
otherwise.