Configuration for RoyalMail 4-State codes. More...
Inherits ConfigBase< T >.
Public Member Functions | |
RoyalMail | SetSendCheckCharacterEnabled (bool value) |
Enables or disables adding check character to decoded data. | |
![]() | |
T | SetEnabled (bool enabled) |
Sets value for IsEnabled. | |
Properties | |
bool | IsSendCheckCharacterEnabled [get, set] |
Gets or sets a value indicating whether to add check character to decoded data. | |
![]() | |
virtual bool | IsEnabled [get, set] |
The enabled state of this symbology. | |
Decoder | Decoder [get] |
Decoder this config belongs to. | |
Configuration for RoyalMail 4-State codes.
For additional details on configuration including a code example, refer to the GetConfig<T>()
method in the Decoder class.
RoyalMail SetSendCheckCharacterEnabled | ( | bool | value | ) |
Enables or disables adding check character to decoded data.
value | if set to true Check character will be added to decoded data. |
|
getset |
Gets or sets a value indicating whether to add check character to decoded data.
true
if adding check character to decoded data is enabled.; otherwise, false
.