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

Provides properties for accessing and modifying SystemEvents attributes. These apply only to SSI RS232 mode. More...

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

Properties

bool DecodeEventEnabled [get, set]
 
bool BootupEventEnabled [get, set]
 
bool ParamEventEnabled [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 SystemEvents attributes. These apply only to SSI RS232 mode.

Property Documentation

bool Motorola.Snapi.Attributes.SystemEvents.BootupEventEnabled
getset

Driver Attribute Name: BootupEvent

When enabled, the scanner generates a message to the host whenever power is applied. When disabled, no notification is sent

Values: "On" (true), "Off" (false)

bool Motorola.Snapi.Attributes.SystemEvents.DecodeEventEnabled
getset

Driver Attribute Name: DecodeEvent

When enabled, the scanner generates a message to the host whenever a bar code is successfully decoded. When disabled, no notification is sent

Values: "On" (true), "Off" (false)

bool Motorola.Snapi.Attributes.SystemEvents.ParamEventEnabled
getset

Driver Attribute Name: ParamEvent

When enabled, the scanner generates a message to the host when a parameter is changed.

Values: "On" (true), "Off" (false)


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