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

Provides properties for accessing Code11 barcode attributes. More...

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

Properties

bool Code11Enabled [get, set]
 
Code11CheckDigit Code11CheckDigitVerification [get, set]
 
bool TransmitCode11CheckDigit [get, set]
 
ushort LengthForCode11Length1 [get, set]
 
ushort LengthForCode11Length2 [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 Code11 barcode attributes.

Property Documentation

Code11CheckDigit Motorola.Snapi.Attributes.Code11.Code11CheckDigitVerification
getset

Driver Attribute Name: Code11CheckDigitVerification

This parameter enables the scanner to check the integrity of all Code 11 symbols to verify that the data complies with specified check digit algorithm.

bool Motorola.Snapi.Attributes.Code11.Code11Enabled
getset

Driver Attribute Name: Code11

This parameter enables the decoding of Code 11.

ushort Motorola.Snapi.Attributes.Code11.LengthForCode11Length1
getset

Driver Attribute Name: LengthforCode11Length1

Defines the allowable lengths for the symbology.

ushort Motorola.Snapi.Attributes.Code11.LengthForCode11Length2
getset

Driver Attribute Name: LengthforCode11Length2

Defines the allowable lengths for the symbology.

bool Motorola.Snapi.Attributes.Code11.TransmitCode11CheckDigit
getset

Driver Attribute Name: TransmitCode11CheckDigit

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


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