| Interface | Description |
|---|---|
| AidcManager.BarcodeDeviceListener |
Used in conjunction with
AidcManager.addBarcodeDeviceListener(BarcodeDeviceListener). |
| AidcManager.CreatedCallback |
This interface defines a method to notify the application
that the scanner service has successfully been bound to and
that the
AidcManager has been created. |
| BarcodeReader.BarcodeListener |
Used in conjunction with
BarcodeReader.addBarcodeListener(BarcodeListener). |
| BarcodeReader.TriggerListener |
Used in conjunction with
BarcodeReader.addTriggerListener(TriggerListener). |
| Class | Description |
|---|---|
| AidcManager |
This class provides a static method to create/retrieve the
AidcManager
singleton. |
| BarcodeDeviceConnectionEvent |
This event is dispatched by the
AidcManager when a USB device
change occurs. |
| BarcodeFailureEvent |
This event is dispatched by the
BarcodeReader when a bar code
label is not successfully decoded. |
| BarcodeReader |
This class represents a session to an installed scanner.
|
| BarcodeReaderInfo |
Information you can retrieve about a particular scanner.
|
| BarcodeReadEvent |
This event is dispatched by the
BarcodeReader when a bar code label
is successfully decoded. |
| Signature |
Result from a call to
BarcodeReader.getSignature(SignatureParameters). |
| SignatureParameters |
Options you specify to extract a signature from an image after a
successful bar code scan.
|
| TriggerStateChangeEvent |
This event is dispatched by the
BarcodeReader when a state
change occurs in the scan trigger. |
| Exception | Description |
|---|---|
| AidcException |
Exception thrown when an error occurs while communicating with the
scanner service. |
| ScannerNotClaimedException |
AidcException thrown when attempting to perform an action on a scanner
when no claim is held. |
| ScannerUnavailableException |
AidcException thrown when attempting to perform an action on a scanner
that the scanner service can no longer communicate with. |
| UnsupportedPropertyException |
AidcException thrown when attempting to get/set a property
that is unsupported by the scanner service. |
Copyright (c) 2015 Honeywell International Inc. All Rights Reserved.