Motorola CoreScanner Driver Wrapper
Properties | List of all members
Motorola.Snapi.Attributes.Interleaved2Of5 Class Reference

Provides properties for accessing Interleaved 2 of 5 (ITF) barcode attributes. More...

Inheritance diagram for Motorola.Snapi.Attributes.Interleaved2Of5:
Motorola.Snapi.Attributes.MotorolaAttributeSet

Properties

bool Interleaved2Of5Enabled [get, set]
 
I2Of5CheckDigit I2Of5CheckDigitVerification [get, set]
 
bool TransmitI2Of5CheckDigit [get, set]
 
bool I2Of5IsConvertedToEan13 [get, set]
 
ushort LengthForI2Of5Length1 [get, set]
 
ushort LengthForI2Of5Length2 [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Motorola.Snapi.Attributes.MotorolaAttributeSet
 MotorolaAttributeSet (int scannerId, CCoreScanner scannerDriver)
 Initializes this base class. Must be inherited More...
 
ScannerAttribute GetAttribute (ushort id)
 Get an attribute from the scanner given it's ID. More...
 
IDictionary< ushort, ScannerAttributeGetAttributes (List< ushort > ids)
 Get a Dictionary of attributes from the scanner given a List of attribute IDs. More...
 
void SetAttribute (ScannerAttribute attribute)
 Sets an attribute on the scanner given a ScannerAttribute object. More...
 
- Protected Attributes inherited from Motorola.Snapi.Attributes.MotorolaAttributeSet
readonly string _getAttributesXml
 
readonly string _setAttributeXml
 
CCoreScanner _scannerDriver
 
int _scannerId
 

Detailed Description

Provides properties for accessing Interleaved 2 of 5 (ITF) barcode attributes.

Property Documentation

I2Of5CheckDigit Motorola.Snapi.Attributes.Interleaved2Of5.I2Of5CheckDigitVerification
getset

Driver Attribute Name: I2of5CheckDigitVerification

This parameter enables the scanner to check the integrity of all I 2 of 5 symbols to verify the data complies with either the Uniform Symbology Specification (USS), or the Optical Product Code Council (OPCC) check digit algorithm.

bool Motorola.Snapi.Attributes.Interleaved2Of5.I2Of5IsConvertedToEan13
getset

Driver Attribute Name: ConvertI2of5toEAN13

This parameter converts 14-character I 2 of 5 codes to EAN-13, and transmit to the host as EAN-13. To accomplish this, the I 2 of 5 code must be enabled, and the code must have a leading zero and a valid EAN-13 check digit.

bool Motorola.Snapi.Attributes.Interleaved2Of5.Interleaved2Of5Enabled
getset

Driver Attribute Name: Interleaved2of5

This parameter enables the decoding of Interleaved 2 of 5.

ushort Motorola.Snapi.Attributes.Interleaved2Of5.LengthForI2Of5Length1
getset

Driver Attribute Name: LengthforI2of5Length1

Defines the allowable lengths for the symbology.

ushort Motorola.Snapi.Attributes.Interleaved2Of5.LengthForI2Of5Length2
getset

Driver Attribute Name: LengthforI2of5Length2

Defines the allowable lengths for the symbology.

bool Motorola.Snapi.Attributes.Interleaved2Of5.TransmitI2Of5CheckDigit
getset

Driver Attribute Name: TransmitI2Of5CheckDigit

This parameter enables transmission of bar code data with a check digit. I2Of5 Check Digit Verification must be enabled for this parameter to function.


The documentation for this class was generated from the following file: