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

Provides properties for accessing status attributes of cordless scanners. More...

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

Properties

bool InCradle [get]
 
bool IsHandsfree [get]
 
bool Charging [get]
 

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 status attributes of cordless scanners.

Property Documentation

bool Motorola.Snapi.Attributes.Status.Charging
get

Driver Attribute Name: Charging

Indicates if the device is charging.

Values: "false" "true"

bool Motorola.Snapi.Attributes.Status.InCradle
get

Driver Attribute Name: InCradleDetect

Indicates if the cordless scanner is inserted in the cradle.

Values: "In Cradle"(true) "Out of Cradle"(false)

bool Motorola.Snapi.Attributes.Status.IsHandsfree
get

Driver Attribute Name: OperationalMode

Indicates if the device is being used in ScanStand.

Values: “Handsfree”(true) “Handheld”(false)


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