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

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

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

Properties

bool Code128Enabled [get, set]
 
bool UccEan128Enabled [get, set]
 
bool Isbt128Enabled [get, set]
 
bool Code128RedundancyEnabled [get, set]
 
bool Ean128EmulationEnabled [get, set]
 
ushort Code128Length1 [get, set]
 
ushort Code128Length2 [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 Code128 barcode attributes.

Property Documentation

bool Motorola.Snapi.Attributes.Code128.Code128Enabled
getset

Driver Attribute Name: Code128

This parameter enables the decoding of Code 128 barcodes.

ushort Motorola.Snapi.Attributes.Code128.Code128Length1
getset

Driver Attribute Name: Code128Length1

Defines the allowable lengths for the symbology.

ushort Motorola.Snapi.Attributes.Code128.Code128Length2
getset

Driver Attribute Name: Code128Length2

Defines the allowable lengths for the symbology.

bool Motorola.Snapi.Attributes.Code128.Code128RedundancyEnabled
getset

Driver Attribute Name: Code128Redundancy

bool Motorola.Snapi.Attributes.Code128.Ean128EmulationEnabled
getset

Driver Attribute Name: EAN128Emulation

This parameter enables EAN128 emulation.

bool Motorola.Snapi.Attributes.Code128.Isbt128Enabled
getset

Driver Attribute Name: ISBT128

This parameter enables the decoding of ISBT128 barcodes.

bool Motorola.Snapi.Attributes.Code128.UccEan128Enabled
getset

Driver Attribute Name: UCC/EAN-128

This parameter enables the decoding of UCC/EAN-128 barcodes.


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