Configuration class for GS1DataBar14 codes. More...
Inherits CompositeCodeBase< T >.
Additional Inherited Members | |
Public Member Functions inherited from CompositeCodeBase< T > | |
| CompositeCodeBase< T > | SetCCAEnabled (bool enable) |
| Sets value for IsCCAEnabled. | |
| CompositeCodeBase< T > | SetCCBEnabled (bool enable) |
| Sets value for IsCCBEnabled. | |
| CompositeCodeBase< T > | SetCCCEnabled (bool enable) |
| Sets value for IsCCCEnabled. | |
Public Member Functions inherited from ConfigBase< T > | |
| T | SetEnabled (bool enabled) |
| Sets value for IsEnabled. | |
Properties inherited from CompositeCodeBase< T > | |
| virtual bool | IsCCAEnabled [get, set] |
| Enable/disable CCA. | |
| virtual bool | IsCCBEnabled [get, set] |
| Enable/disable CCB. | |
| virtual bool | IsCCCEnabled [get, set] |
| Enable/disable CCC. | |
Properties inherited from ConfigBase | |
| virtual bool | IsEnabled [get, set] |
| The enabled state of this symbology. | |
| Decoder | Decoder [get] |
| Decoder this config belongs to. | |
Configuration class for GS1DataBar14 codes.
For additional details on configuration including a code example, refer to the GetConfig<T>() method in the Decoder class.