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

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

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

Properties

bool CodabarEnabled [get, set]
 
bool ClsiEditingEnabled [get, set]
 
bool NotisEditingEnabled [get, set]
 
ushort LengthForCodabarLength1 [get, set]
 
ushort LengthForCodabarLength2 [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 Codabar barcode attributes.

Property Documentation

bool Motorola.Snapi.Attributes.Codabar.ClsiEditingEnabled
getset

Driver Attribute Name: CLSIEditing

This parameter strips the start and stop characters and inserts a space after the first, fifth, and tenth characters of a 14-character Codabar symbol. Symbol length does not include start and stop characters.

bool Motorola.Snapi.Attributes.Codabar.CodabarEnabled
getset

Driver Attribute Name: Codabar

This parameter enables the decoding of Codabar.

ushort Motorola.Snapi.Attributes.Codabar.LengthForCodabarLength1
getset

Driver Attribute Name: LengthforCodabarLength1

Defines the allowable lengths for the symbology.

ushort Motorola.Snapi.Attributes.Codabar.LengthForCodabarLength2
getset

Driver Attribute Name: LengthforCodabarLength2

Defines the allowable lengths for the symbology.

bool Motorola.Snapi.Attributes.Codabar.NotisEditingEnabled
getset

Driver Attribute Name: NOTISEditing

This parameter strips the start and stop characters from a decoded Codabar symbol.


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