Configuration class for Australia Post. More...
#include <cvb/config.hpp>
Inherits ConfigBase< AustraliaPost >.
Public Member Functions | |
AustraliaPost & | SetStripCheckCharactersEnabled (bool value) |
Enables or disables the removal of check characters from decoded data. | |
bool | IsStripCheckCharactersEnabled () const |
Checks whether the removal of check characters from decoded data is enabled. | |
![]() | |
bool | Enabled () const |
Checks if decoding for the code type represented by the derived class is enabled. | |
AustraliaPost & | Enable () |
Enables decoding for the code type represented by the derived class. | |
AustraliaPost & | Disable () |
Disables decoding for the code type represented by the derived class. | |
Friends | |
class | Cvb::CodeReader::Decoder |
Configuration class for Australia Post.
Use this class to configure decoding options for Australia Post codes. To access the configuration and enable decoding Australia Post codes, use the following example. For additional details on configuration, refer to the documentation for Decoder::Config().
|
inline |
Checks whether the removal of check characters from decoded data is enabled.
true
if the removal of check characters from decoded data is enabled, false
otherwise.
|
inline |
Enables or disables the removal of check characters from decoded data.
value | Set to true to enable the removal of check characters, or false to disable it. |