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

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

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

Properties

BeeperVolume BeeperVolume [get, set]
 
BeeperFrequency BeeperFrequency [get, set]
 
bool BeepOnNextBootup [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 beeper attributes.

Property Documentation

BeeperFrequency Motorola.Snapi.Attributes.Beeper.BeeperFrequency
getset

Driver Attribute Name: BeeperVolume

The parameter defines the frequency level set of the beeper.

Values: "Low"(2) "Medium"(1) "High"(0)

BeeperVolume Motorola.Snapi.Attributes.Beeper.BeeperVolume
getset

Driver Attribute Name: BeeperVolume

Defines the volume level of the beeper.

Values: "Low"(2) "Medium"(1) "High"(0)

bool Motorola.Snapi.Attributes.Beeper.BeepOnNextBootup
set

Driver Attribute Name: BeepOnNextBootup

Controls whether or not the boot up / power up beep is suppressed on the next powerup.


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