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

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

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

Properties

ushort RedundancyLevel [get, set]
 
ushort SecurityLevel [get, set]
 
bool BidirectionalRedundancyEnabled [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 barcode security attributes.

Property Documentation

bool Motorola.Snapi.Attributes.SymbologySecurity.BidirectionalRedundancyEnabled
getset

Driver Attribute Name: BidirectionalRedundancy

This parameter enables Bi-directional decode Redundancy, which adds security to linear code type decoding. When enabled, a bar code must be successfully scanned in both directions (forward and reverse) before reporting a good decode.

ushort Motorola.Snapi.Attributes.SymbologySecurity.RedundancyLevel
getset

Driver Attribute Name: RedundancyLevel

This parameter sets the scanner�s Redundancy Level. The scanner offers four levels of decode redundancy. Select higher redundancy levels for decreasing levels of bar code quality. As redundancy levels increase, the scanner�s aggressiveness decreases. Refer to your scanner�s Product Reference Guide for details.

Values: 0(lowest), 1, 2, 3, 4

ushort Motorola.Snapi.Attributes.SymbologySecurity.SecurityLevel
getset

Driver Attribute Name: SecurityLevel

The scanner offers four levels of decode security for delta bar codes, which include the Code 128 family, UPC/EAN, and Code 93. Select increasing levels of security for decreasing levels of bar code quality. As security levels increase, the scanner�s aggressiveness decreases. Refer to your scanner�s Product Reference Guide for details.

Values: 0(lowest), 1, 2, 3, 4


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