CVB++ 15.0
Loading...
Searching...
No Matches
UspsIntelligentMail Class Referencefinal

Configuration class for USPS Intelligent Mail. More...

#include <cvb/config.hpp>

Inherits ConfigBase< UspsIntelligentMail >.

Friends

class Cvb::CodeReader::Decoder
 

Additional Inherited Members

- Public Member Functions inherited from ConfigBase< UspsIntelligentMail >
bool Enabled () const
 Checks if decoding for the code type represented by the derived class is enabled.
 
UspsIntelligentMailEnable ()
 Enables decoding for the code type represented by the derived class.
 
UspsIntelligentMailDisable ()
 Disables decoding for the code type represented by the derived class.
 

Detailed Description

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().

UspsIntelligentMail & Enable()
Definition detail_config_base.hpp:16
static std::unique_ptr< Decoder > Create()
Creates and returns a new Decoder instance.
Definition detail_decoder.hpp:22
@ UspsIntelligentMail
USPS Intelligent Mail.
Definition decl_config_base.hpp:137
Note
A more comprehensive code example demonstrating configuration in a broader context, as well as the decoding process, can be found here.