CVB.Net 15.0
Loading...
Searching...
No Matches

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.
 
- Public Member Functions inherited from ConfigBase< 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.
 
- Properties inherited from ConfigBase
virtual bool IsEnabled [get, set]
 The enabled state of this symbology.
 
Decoder Decoder [get]
 Decoder this config belongs to.
 

Detailed Description

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.

Member Function Documentation

◆ SetSendCheckCharacterEnabled()

RoyalMail SetSendCheckCharacterEnabled ( bool value)

Enables or disables adding check character to decoded data.

Parameters
valueif set to true Check character will be added to decoded data.
Returns

Property Documentation

◆ IsSendCheckCharacterEnabled

bool IsSendCheckCharacterEnabled
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.