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

Provides properties for accessing and modifying Driver License Parsing attributes. More...

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

Properties

LicenseParseMode LicenseParseMode [get, set]
 
byte[] LicenseParseBuffer [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 Driver License Parsing attributes.

Notes: DL parsing rules are in a proprietary format. End users wishing to deploy DL parsing rules should first manually program the scanner using programming bar codes and then reading the attribute from the application. The rules can then be deployed to other scanners in the enterprise.

Property Documentation

byte [] Motorola.Snapi.Attributes.LicenseParsing.LicenseParseBuffer
getset

Driver Attribute Number: DLParseBuffer

The buffer containing the DL parse rules.

Notes: DL parsing rules are in a proprietary format. End users wishing to deploy DL parsing rules should first manually program the scanner using programming bar codes and then reading the attribute from the application. The rules can then be deployed to other scanners in the enterprise.

LicenseParseMode Motorola.Snapi.Attributes.LicenseParsing.LicenseParseMode
getset

Driver Attribute Number: DLParseMode

This parameter specifies a Driver’s License parsing Mode. It can be disabled, set to Embedded driver’s license parsing (does not require Motorola software on the host) or set to Server Based driver’slicense parsing (requires Motorola software on the host).

Values: Parsing Off (0), Parse w Embedded Software (1), Encrypt then send to host (2)


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