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

Provides properties for accessing and modifying scanner MSI barcode attributes. More...

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

Properties

bool MsiEnabled [get, set]
 Driver Attribute Name: MSI More...
 
MsiCheckDigit MsiCheckDigits [get, set]
 
bool TransmitMsiCheckDigit [get, set]
 
MsiCheckDigitAlgorithm MsiCheckDigitAlgorithm [get, set]
 
ushort LengthForMsiLength1 [get, set]
 
ushort LengthForMsiLength2 [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 and modifying scanner MSI barcode attributes.

Property Documentation

ushort Motorola.Snapi.Attributes.Msi.LengthForMsiLength1
getset

Driver Attribute Name: LengthforMsiLength1

Defines the allowable lengths for the symbology.

ushort Motorola.Snapi.Attributes.Msi.LengthForMsiLength2
getset

Driver Attribute Name: LengthforMsiLength2

Defines the allowable lengths for the symbology.

MsiCheckDigitAlgorithm Motorola.Snapi.Attributes.Msi.MsiCheckDigitAlgorithm
getset

Driver Attribute Name: MSICheckDigitAlgorithm

This parameter selects which of two algorithms are used for the verification of the second MSI check digit.

MsiCheckDigit Motorola.Snapi.Attributes.Msi.MsiCheckDigits
getset

Driver Attribute Name: MSICheckDigits

This parameter determines how many check digits will be analyzed during decoding. With MSI symbols, one check digit is mandatory and always verified by the reader. The second check digit is optional.

bool Motorola.Snapi.Attributes.Msi.MsiEnabled
getset

Driver Attribute Name: MSI

This parameter enables the decoding of MSI barcodes.

bool Motorola.Snapi.Attributes.Msi.TransmitMsiCheckDigit
getset

Driver Attribute Name: TransmitMSICheckDigit

This parameter enables transmission of bar code data with a check digit.


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