Configuration class for USPS Intelligent Mail. More...
#include <cvb/config.hpp>
Inherits ConfigBase< UspsIntelligentMail >.
Friends | |
class | Cvb::CodeReader::Decoder |
Additional Inherited Members | |
![]() | |
bool | Enabled () const |
Checks if decoding for the code type represented by the derived class is enabled. | |
UspsIntelligentMail & | Enable () |
Enables decoding for the code type represented by the derived class. | |
UspsIntelligentMail & | Disable () |
Disables decoding for the code type represented by the derived class. | |
Configuration class for USPS Intelligent Mail.
Use this class to configure decoding options for USPS Intelligent Mail codes. To access the configuration and enable decoding USPS Intelligent Mail codes, use the following example. For additional details on configuration, refer to the documentation for Decoder::Config().