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

Provides properties for accessing and modifying scanner discovery attributes. More...

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

Properties

string ModelNumber [get]
 
string SerialNumber [get]
 
byte[] BluetoothAddress [get]
 
string DeviceClass [get]
 
DateTime DateOfManufacture [get]
 
DateTime LastServiceDate [get]
 
string ScannerFirmwareVersion [get]
 
string ScankitVersion [get]
 
string ImagekitVersion [get]
 
string CombinedFirmwareVersion [get]
 
string RsmVersion [get]
 
DateTime DateOfFirstProgramming [get, set]
 
string ConfigurationFilename [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 scanner discovery attributes.

Property Documentation

byte [] Motorola.Snapi.Attributes.Discovery.BluetoothAddress
get

Driver Attribute Name: BluetoothAddress

Unique Bluetooth Address of the device, assigned at time of manufacture.

For example: {05, 27, 33, 89, 13, 75}

string Motorola.Snapi.Attributes.Discovery.CombinedFirmwareVersion
get

Driver Attribute Name: CombinedFirmwareVersion

Reports firmware versions of the multiple CPU’s on a single product with space delimiters.

For example: "NBRPUAAA NBRPUDAA"

string Motorola.Snapi.Attributes.Discovery.ConfigurationFilename
getset

Driver Attribute Name: ConfigurationFilename

Identifies the device configuration. Scanning SetDefaults sets this value to Factory Defaults. Once set with this or another user defined value, this value changes to Modified upon scanning any parameter bar code.

DateTime Motorola.Snapi.Attributes.Discovery.DateOfFirstProgramming
getset

Driver Attribute Name: DateofFirstProgramming

Date of first electronic programming.

For example: "15APR05"

DateTime Motorola.Snapi.Attributes.Discovery.DateOfManufacture
get

Driver Attribute Name: DateofManufacture

Date of Device Manufacture.

For example: "15APR05"

string Motorola.Snapi.Attributes.Discovery.DeviceClass
get

Driver Attribute Name: DeviceClass

Description of the device’s hardware.

For example: "1D Laser", "2D Laser", "Imager", "Cordless 1D Laser", "Cordless 2D Laser", "Cordless Imager", "Cordless Base Station"

string Motorola.Snapi.Attributes.Discovery.ImagekitVersion
get

Driver Attribute Name: ImagekitVersion

Identifies the 2D decode package that is resident in the device.

For example: "IMGKIT_4.04T02"

DateTime Motorola.Snapi.Attributes.Discovery.LastServiceDate
get

Driver Attribute Name: LastServiceDate

Date of last repair within a Motorola Authorized repair facility.

For example: "15APR05"

string Motorola.Snapi.Attributes.Discovery.ModelNumber
get

Driver Attribute Name: ModelNumber

Model number of the scanner which matches the label of the device.

For example:"LS4208-SR20001ZZ"

string Motorola.Snapi.Attributes.Discovery.RsmVersion
get

Driver Attribute Name: RSMVersion

Identifies the RSM version resident in the device.

For example: "2.0"

string Motorola.Snapi.Attributes.Discovery.ScankitVersion
get

Driver Attribute Name: ScankitVersion

Identifies the 1D decode package that is resident in the device.

For example: "SKIT4.33T02"

string Motorola.Snapi.Attributes.Discovery.ScannerFirmwareVersion
get

Driver Attribute Name: ScannerFirmwareVersion

Internal Symbol tracking code for the scanner’s operating system version.

For example: "NBRFMAAC" or "PAAAACS00-001-N01S0"

string Motorola.Snapi.Attributes.Discovery.SerialNumber
get

Driver Attribute Name: SerialNumber

Unique serial number assigned at time of manufacture.

For example:"M1J26F45V"


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