A B C D G I L M N O P R S T U W 

A

addBarcodeDeviceListener(AidcManager.BarcodeDeviceListener) - Method in class com.honeywell.aidc.AidcManager
Register a callback to be invoked when the list of Bar code Devices changes
addBarcodeListener(BarcodeReader.BarcodeListener) - Method in class com.honeywell.aidc.BarcodeReader
Register a callback to be invoked when a bar code label has been successfully decoded.
addTriggerListener(BarcodeReader.TriggerListener) - Method in class com.honeywell.aidc.BarcodeReader
Register a callback to be invoked when the scan trigger state has changed.
AidcException - Exception in com.honeywell.aidc
Exception thrown when an error occurs while communicating with the scanner service.
AidcManager - Class in com.honeywell.aidc
This class provides a static method to create/retrieve the AidcManager singleton.
AidcManager.BarcodeDeviceListener - Interface in com.honeywell.aidc
AidcManager.CreatedCallback - Interface in com.honeywell.aidc
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.
aim(boolean) - Method in class com.honeywell.aidc.BarcodeReader
Sets the aiming state of the scanner.

B

BAD_READ_NOTIFICATION - Static variable in class com.honeywell.aidc.BarcodeReader
 
BARCODE_DEVICE_CONNECTED - Static variable in class com.honeywell.aidc.AidcManager
Indicates that the Barcode Device is connected
BARCODE_DEVICE_DISCONNECTED - Static variable in class com.honeywell.aidc.AidcManager
Indicates that the Barcode Device is disconnected
BarcodeDeviceConnectionEvent - Class in com.honeywell.aidc
This event is dispatched by the AidcManager when a USB device change occurs.
BarcodeFailureEvent - Class in com.honeywell.aidc
This event is dispatched by the BarcodeReader when a bar code label is not successfully decoded.
BarcodeReader - Class in com.honeywell.aidc
This class represents a session to an installed scanner.
BarcodeReader.BarcodeListener - Interface in com.honeywell.aidc
BarcodeReader.TriggerListener - Interface in com.honeywell.aidc
BarcodeReaderInfo - Class in com.honeywell.aidc
Information you can retrieve about a particular scanner.
BarcodeReadEvent - Class in com.honeywell.aidc
This event is dispatched by the BarcodeReader when a bar code label is successfully decoded.

C

captureImage() - Method in class com.honeywell.aidc.BarcodeReader
Use the BarcodeReader to capture an image.
claim() - Method in class com.honeywell.aidc.BarcodeReader
Claims the scanner.
close() - Method in class com.honeywell.aidc.AidcManager
Disconnect the scanner service.
close() - Method in class com.honeywell.aidc.BarcodeReader
Closes the scanner and terminates the established session.
CODABAR_CHECK_DIGIT_MODE_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
Checksum check is performed.
CODABAR_CHECK_DIGIT_MODE_CHECK_AND_STRIP - Static variable in class com.honeywell.aidc.BarcodeReader
Checksum check is performed and the checksum digit is stripped from the result string.
CODABAR_CHECK_DIGIT_MODE_NO_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
No checksum checking is performed.
CODE_11_CHECK_DIGIT_MODE_DOUBLE_DIGIT_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
Two checksum digits checked.
CODE_11_CHECK_DIGIT_MODE_DOUBLE_DIGIT_CHECK_AND_STRIP - Static variable in class com.honeywell.aidc.BarcodeReader
Two checksum digits checked and stripped from the result string.
CODE_11_CHECK_DIGIT_MODE_SINGLE_DIGIT_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
One checksum digit checked.
CODE_11_CHECK_DIGIT_MODE_SINGLE_DIGIT_CHECK_AND_STRIP - Static variable in class com.honeywell.aidc.BarcodeReader
One checksum digit checked and stripped from the result string.
CODE_39_CHECK_DIGIT_MODE_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
Checksum check is performed.
CODE_39_CHECK_DIGIT_MODE_CHECK_AND_STRIP - Static variable in class com.honeywell.aidc.BarcodeReader
Checksum check is performed and the checksum digit is stripped from the result string.
CODE_39_CHECK_DIGIT_MODE_NO_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
No checksum checking is performed.
com.honeywell.aidc - package com.honeywell.aidc
 
create(Context, AidcManager.CreatedCallback) - Static method in class com.honeywell.aidc.AidcManager
Bind to the scanner service and create the singleton instance of AidcManager.
createBarcodeReader() - Method in class com.honeywell.aidc.AidcManager
This attempts to instantiate a BarcodeReader.
createBarcodeReader(String) - Method in class com.honeywell.aidc.AidcManager
This attempts to instantiate a BarcodeReader.
CREATOR - Static variable in class com.honeywell.aidc.BarcodeReader
 

D

DATA_PROCESSOR_SYMBOLOGY_ID_AIM - Static variable in class com.honeywell.aidc.BarcodeReader
Indicates that the AIM symbology identifier will be added.
DATA_PROCESSOR_SYMBOLOGY_ID_HONEYWELL - Static variable in class com.honeywell.aidc.BarcodeReader
Indicates that the honeywell proprietary symbology identifier will be added.
DATA_PROCESSOR_SYMBOLOGY_ID_NONE - Static variable in class com.honeywell.aidc.BarcodeReader
Indicates that no data related to the symbology will be added.
decode(boolean) - Method in class com.honeywell.aidc.BarcodeReader
Sets the decoding state of the scanner.
describeContents() - Method in class com.honeywell.aidc.BarcodeReader

G

getAimId() - Method in class com.honeywell.aidc.BarcodeReadEvent
Retrieves the AIM identifier of the bar code.
getAllDefaultProperties() - Method in class com.honeywell.aidc.BarcodeReader
Retrieves the map of all default properties.
getAllProperties() - Method in class com.honeywell.aidc.BarcodeReader
Retrieves the map of all properties.
getAspectRatio() - Method in class com.honeywell.aidc.SignatureParameters
The height of the bar code relative to narrow bar width.
getBarcodeBounds() - Method in class com.honeywell.aidc.BarcodeReadEvent
Retrieves a list of 4 points representing the polygon that approximates the boundary of the bar code.
getBarcodeData() - Method in class com.honeywell.aidc.BarcodeReadEvent
Retrieves the bar code data as a String.
getBarcodeReaderInfo() - Method in class com.honeywell.aidc.BarcodeDeviceConnectionEvent
Retrieves the BarcodeReaderInfo Object
getBooleanProperty(String) - Method in class com.honeywell.aidc.BarcodeReader
Retrieves a boolean property value
getCharset() - Method in class com.honeywell.aidc.BarcodeReadEvent
Retrieves the character encoding of the bar code data.
getCodeId() - Method in class com.honeywell.aidc.BarcodeReadEvent
Retrieves the unique characters defined by Honeywell to identify symbologies.
getConnectionStatus() - Method in class com.honeywell.aidc.BarcodeDeviceConnectionEvent
Gets the connection status of the Barcode Device
getControlLogicVersion() - Method in class com.honeywell.aidc.BarcodeReaderInfo
Retrieve the control logic revision
getFastDecodeVersion() - Method in class com.honeywell.aidc.BarcodeReaderInfo
Retrieve the fast decoder revision
getFrameHeight() - Method in class com.honeywell.aidc.BarcodeReaderInfo
Retrieve the scan engine frame height
getFrameWidth() - Method in class com.honeywell.aidc.BarcodeReaderInfo
Retrieve the scan engine frame width
getFriendlyName() - Method in class com.honeywell.aidc.BarcodeReaderInfo
Retrieve the friendly name of the scanner
getFullDecodeVersion() - Method in class com.honeywell.aidc.BarcodeReaderInfo
Retrieve the full decoder revision
getGuidance() - Method in class com.honeywell.aidc.Signature
Gets a string describing the result of capturing the signature image.
getHeight() - Method in class com.honeywell.aidc.SignatureParameters
The height of the signature area.
getHorizontalOffset() - Method in class com.honeywell.aidc.SignatureParameters
The horizontal offset of the signature area.
getImage() - Method in class com.honeywell.aidc.Signature
Gets the signature image or null if capturing the signature was unsuccessful
getInfo() - Method in class com.honeywell.aidc.BarcodeReader
 
getIntProperty(String) - Method in class com.honeywell.aidc.BarcodeReader
Retrieves an integer property value
getName() - Method in class com.honeywell.aidc.BarcodeReaderInfo
Retrieve the unique name of the scanner
getProperties(Set<String>) - Method in class com.honeywell.aidc.BarcodeReader
Retrieves a map of properties.
getResolution() - Method in class com.honeywell.aidc.SignatureParameters
The number of pixels per unit in returned image.
getScannerId() - Method in class com.honeywell.aidc.BarcodeReaderInfo
Retrieve the scan engine id
getScannerVersionNumber() - Method in class com.honeywell.aidc.BarcodeReaderInfo
Retrieve the scan engine version number
getSignature(SignatureParameters) - Method in class com.honeywell.aidc.BarcodeReader
Retrieves the signature based on the last bar code scanned
getState() - Method in class com.honeywell.aidc.TriggerStateChangeEvent
Retrieves the trigger state
getStringProperty(String) - Method in class com.honeywell.aidc.BarcodeReader
Retrieves a string property value
getTimestamp() - Method in class com.honeywell.aidc.BarcodeFailureEvent
Retrieves the date/time in ISO 8601 format.
getTimestamp() - Method in class com.honeywell.aidc.BarcodeReadEvent
Retrieves the date/time in ISO 8601 format.
getVerticalOffset() - Method in class com.honeywell.aidc.SignatureParameters
The vertical offset of the signature area.
getWidth() - Method in class com.honeywell.aidc.SignatureParameters
The width of the signature area.
GOOD_READ_NOTIFICATION - Static variable in class com.honeywell.aidc.BarcodeReader
 
GUIDANCE_MOVE_DOWN - Static variable in class com.honeywell.aidc.Signature
Indicates that the signature area extends beyond the bottom edge of the imager's view.
GUIDANCE_MOVE_LEFT - Static variable in class com.honeywell.aidc.Signature
Indicates that the signature area extends beyond the left edge of the imager's view.
GUIDANCE_MOVE_OUT - Static variable in class com.honeywell.aidc.Signature
Indicates that the signature area is larger than the imager's view.
GUIDANCE_MOVE_RIGHT - Static variable in class com.honeywell.aidc.Signature
Indicates that the signature area extends beyond the right edge of the imager's view.
GUIDANCE_MOVE_UP - Static variable in class com.honeywell.aidc.Signature
Indicates that the signature area extends beyond the top edge of the imager's view.
GUIDANCE_SUCCESS - Static variable in class com.honeywell.aidc.Signature
Indicates that the signature was successfully captured.
GUIDANCE_UNSUPPORTED_SYMBOLOGY - Static variable in class com.honeywell.aidc.Signature
Indicates that the decoded bar code cannot be used for capturing a signature image.

I

IMAGER_EXPOSURE_MODE_AUTO_EXPOSURE - Static variable in class com.honeywell.aidc.BarcodeReader
Software automatically updates exposure to improve image quality.
IMAGER_EXPOSURE_MODE_AUTO_SENSOR - Static variable in class com.honeywell.aidc.BarcodeReader
Image sensor controls the exposure automatically.
IMAGER_EXPOSURE_MODE_CONTEXT_SENSITIVE - Static variable in class com.honeywell.aidc.BarcodeReader
Software automatically updates exposure to improve image quality of bar codes.
IMAGER_EXPOSURE_MODE_FIXED - Static variable in class com.honeywell.aidc.BarcodeReader
Exposure does not change automatically.
IMAGER_SAMPLE_METHOD_CENTER - Static variable in class com.honeywell.aidc.BarcodeReader
Image quality determined by center of image.
IMAGER_SAMPLE_METHOD_CENTER_WEIGHTED - Static variable in class com.honeywell.aidc.BarcodeReader
Image quality determined by entire image but weighted toward center of image.
IMAGER_SAMPLE_METHOD_UNIFORM - Static variable in class com.honeywell.aidc.BarcodeReader
Image quality determined by entire image.
INTERLEAVED_25_CHECK_DIGIT_MODE_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
Checksum check is performed.
INTERLEAVED_25_CHECK_DIGIT_MODE_CHECK_AND_STRIP - Static variable in class com.honeywell.aidc.BarcodeReader
Checksum check is performed and the checksum digit is stripped from the result string.
INTERLEAVED_25_CHECK_DIGIT_MODE_NO_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
No checksum checking is performed.
isBinarized() - Method in class com.honeywell.aidc.SignatureParameters
Gets whether the image should be converted to white and black pixels.

L

light(boolean) - Method in class com.honeywell.aidc.BarcodeReader
Sets the illumination state of the scanner.
listBarcodeDevices() - Method in class com.honeywell.aidc.AidcManager
Returns a list of BarcodeReaderInfo objects.
listConnectedBarcodeDevices() - Method in class com.honeywell.aidc.AidcManager
Returns a list of BarcodeReaderInfo objects.

M

MSI_CHECK_DIGIT_MODE_DOUBLE_MOD_10_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
Two mod 10 checksum digits checked.
MSI_CHECK_DIGIT_MODE_DOUBLE_MOD_10_CHECK_AND_STRIP - Static variable in class com.honeywell.aidc.BarcodeReader
Two mod 10 checksum digits checked and stripped from the result string.
MSI_CHECK_DIGIT_MODE_NO_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
No checksum checking is performed.
MSI_CHECK_DIGIT_MODE_SINGLE_MOD_10_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
One mod 10 checksum digit checked.
MSI_CHECK_DIGIT_MODE_SINGLE_MOD_10_CHECK_AND_STRIP - Static variable in class com.honeywell.aidc.BarcodeReader
One mod 10 checksum digit checked and stripped from the result string.
MSI_CHECK_DIGIT_MODE_SINGLE_MOD_11_PLUS_MOD_10_CHECK - Static variable in class com.honeywell.aidc.BarcodeReader
One mod 11 checksum digit plus one mod 10 checksum digit checked.
MSI_CHECK_DIGIT_MODE_SINGLE_MOD_11_PLUS_MOD_10_CHECK_AND_STRIP - Static variable in class com.honeywell.aidc.BarcodeReader
One mod 11 checksum digit plus one mod 10 checksum digit checked and stripped from the result string.

N

notify(String) - Method in class com.honeywell.aidc.BarcodeReader
Use the BarcodeReader's built-in mechanism for notifying the user of events.

O

onBarcodeDeviceConnectionEvent(BarcodeDeviceConnectionEvent) - Method in interface com.honeywell.aidc.AidcManager.BarcodeDeviceListener
Called when a Barcode Device is added or removed from the device.
onBarcodeEvent(BarcodeReadEvent) - Method in interface com.honeywell.aidc.BarcodeReader.BarcodeListener
Called when a bar code label is successfully scanned.
onCreated(AidcManager) - Method in interface com.honeywell.aidc.AidcManager.CreatedCallback
Called when the AidcManager has been created.
onFailureEvent(BarcodeFailureEvent) - Method in interface com.honeywell.aidc.BarcodeReader.BarcodeListener
Called when a bar code label is not successfully scanned.
onTriggerEvent(TriggerStateChangeEvent) - Method in interface com.honeywell.aidc.BarcodeReader.TriggerListener
Called when the scan trigger is pressed and released.

P

POSTAL_2D_MODE_AUSTRALIA - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Australia Post.
POSTAL_2D_MODE_BPO - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Royal Mail 4 State Customer Code (British Post Office).
POSTAL_2D_MODE_CANADA - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Canada Post.
POSTAL_2D_MODE_DUTCH - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Dutch Post (KIX Code).
POSTAL_2D_MODE_INFOMAIL - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Royal Mail InfoMail.
POSTAL_2D_MODE_INFOMAIL_AND_BPO - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Infomail and Royal Mail 4 State Customer Code (British Post Office).
POSTAL_2D_MODE_JAPAN - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Japan Post.
POSTAL_2D_MODE_NONE - Static variable in class com.honeywell.aidc.BarcodeReader
No 2D postal symbologies enabled.
POSTAL_2D_MODE_PLANET - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet.
POSTAL_2D_MODE_PLANET_AND_POSTNET - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet and Postnet.
POSTAL_2D_MODE_PLANET_AND_POSTNET_AND_UPU - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet, Postnet and UPU 4 State Customer Code.
POSTAL_2D_MODE_PLANET_AND_POSTNET_AND_UPU_AND_USPS - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet, Postnet, UPU 4 State Customer Code and USPS 4 State Customer Code.
POSTAL_2D_MODE_PLANET_AND_POSTNET_AND_UPU_AND_USPS_PLUS_BNB - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet, Postnet, UPU 4 State Customer Code and USPS 4 State Customer Code with B and B fields.
POSTAL_2D_MODE_PLANET_AND_POSTNET_AND_UPU_PLUS_BNB - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet, Postnet and UPU 4 State Customer Code with B and B fields.
POSTAL_2D_MODE_PLANET_AND_POSTNET_AND_USPS - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet, Postnet and USPS 4 State Customer Code.
POSTAL_2D_MODE_PLANET_AND_POSTNET_AND_USPS_PLUS_BNB - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet, Postnet and USPS 4 State Customer Code with B and B fields.
POSTAL_2D_MODE_PLANET_AND_POSTNET_PLUS_BNB - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet and Postnet with B and B fields.
POSTAL_2D_MODE_PLANET_AND_UPU - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet and UPU 4 State Customer Code.
POSTAL_2D_MODE_PLANET_AND_UPU_AND_USPS - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet, UPU 4 State Customer Code and USPS 4 State Customer Code.
POSTAL_2D_MODE_PLANET_AND_USPS - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet and USPS 4 State Customer Code.
POSTAL_2D_MODE_POSTNET - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Postnet.
POSTAL_2D_MODE_POSTNET_AND_UPU - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Postnet and UPU 4 State Customer Code.
POSTAL_2D_MODE_POSTNET_AND_UPU_AND_USPS - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Postnet, UPU 4 State Customer Code and USPS 4 Customer Code.
POSTAL_2D_MODE_POSTNET_AND_UPU_AND_USPS_PLUS_BNB - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Postnet, UPU 4 State Customer Code and USPS 4 State Customer Code with B and B fields.
POSTAL_2D_MODE_POSTNET_AND_UPU_PLUS_BNB - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Postnet and UPU 4 State Customer Code with B and B fields.
POSTAL_2D_MODE_POSTNET_AND_USPS - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Planet and USPS 4 State Customer Code.
POSTAL_2D_MODE_POSTNET_AND_USPS_PLUS_BNB - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Postnet and USPS 4 State Customer Code with B and B fields.
POSTAL_2D_MODE_POSTNET_PLUS_BNB - Static variable in class com.honeywell.aidc.BarcodeReader
Enable Postnet with B and B fields.
POSTAL_2D_MODE_UPU - Static variable in class com.honeywell.aidc.BarcodeReader
Enable UPU 4 State Customer Code.
POSTAL_2D_MODE_UPU_AND_USPS - Static variable in class com.honeywell.aidc.BarcodeReader
Enable UPU and USPS 4 State Customer Code.
POSTAL_2D_MODE_USPS - Static variable in class com.honeywell.aidc.BarcodeReader
Enable USPS 4 for State Customer Code.
POSTAL_OCR_MODE_INVERSE - Static variable in class com.honeywell.aidc.BarcodeReader
Enable inverse video OCR mode
POSTAL_OCR_MODE_NORMAL - Static variable in class com.honeywell.aidc.BarcodeReader
Enable normal video OCR mode
POSTAL_OCR_MODE_NORMAL_AND_INVERSE - Static variable in class com.honeywell.aidc.BarcodeReader
Enable normal and inverse video OCR mode
POSTAL_OCR_MODE_OFF - Static variable in class com.honeywell.aidc.BarcodeReader
Disable OCR Mode
PROPERTY_AZTEC_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Aztec.
PROPERTY_AZTEC_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_AZTEC_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_CENTER_DECODE - Static variable in class com.honeywell.aidc.BarcodeReader
Enable scanning only near the aimer center.
PROPERTY_CHINA_POST_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable China Post.
PROPERTY_CHINA_POST_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_CHINA_POST_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_CODABAR_CHECK_DIGIT_MODE - Static variable in class com.honeywell.aidc.BarcodeReader
Check digit mode for Codabar bar codes.
PROPERTY_CODABAR_CONCAT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable concatenation.
PROPERTY_CODABAR_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Codabar.
PROPERTY_CODABAR_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_CODABAR_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_CODABAR_START_STOP_TRANSMIT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable the start/stop transmission for Codabar.
PROPERTY_CODABLOCK_A_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Codablock-A.
PROPERTY_CODABLOCK_A_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_CODABLOCK_A_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_CODABLOCK_F_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Codablock-F.
PROPERTY_CODABLOCK_F_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_CODABLOCK_F_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_CODE_11_CHECK_DIGIT_MODE - Static variable in class com.honeywell.aidc.BarcodeReader
Check digit mode for Code 11 bar codes.
PROPERTY_CODE_11_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Code 11.
PROPERTY_CODE_11_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_CODE_11_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_CODE_128_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Code 128.
PROPERTY_CODE_128_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_CODE_128_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_CODE_39_BASE_32_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Base 32 Conversion for Code 39.
PROPERTY_CODE_39_CHECK_DIGIT_MODE - Static variable in class com.honeywell.aidc.BarcodeReader
Check digit mode for Code 39.
PROPERTY_CODE_39_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Code 39.
PROPERTY_CODE_39_FULL_ASCII_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable full ASCII.
PROPERTY_CODE_39_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_CODE_39_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_CODE_39_START_STOP_TRANSMIT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable the start/stop transmission for Code 39.
PROPERTY_CODE_93_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Code 93.
PROPERTY_CODE_93_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_CODE_93_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_COMPOSITE_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Composite Code.
PROPERTY_COMPOSITE_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_COMPOSITE_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_DATA_PROCESSOR_CHARSET - Static variable in class com.honeywell.aidc.BarcodeReader
The charset used to interpret the bar code byte data.
PROPERTY_DATA_PROCESSOR_LAUNCH_BROWSER - Static variable in class com.honeywell.aidc.BarcodeReader
Indicates if scanning bar codes containing URLs will open the internet browser.
PROPERTY_DATA_PROCESSOR_LAUNCH_EZ_CONFIG - Static variable in class com.honeywell.aidc.BarcodeReader
Indicates if scanning bar codes generated by EZ Config for Mobility will launch EZ Config on the mobile computer to apply settings.
PROPERTY_DATA_PROCESSOR_PREFIX - Static variable in class com.honeywell.aidc.BarcodeReader
Data added to the beginning of the bar code data.
PROPERTY_DATA_PROCESSOR_SCAN_TO_INTENT - Static variable in class com.honeywell.aidc.BarcodeReader
Indicates if bar codes starting with "//" will attempt to open an application.
PROPERTY_DATA_PROCESSOR_SUFFIX - Static variable in class com.honeywell.aidc.BarcodeReader
Data added to the end of the bar code data.
PROPERTY_DATA_PROCESSOR_SYMBOLOGY_PREFIX - Static variable in class com.honeywell.aidc.BarcodeReader
Data added to the beginning of the bar code data to indicate the symbology.
PROPERTY_DATAMATRIX_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Datamatrix.
PROPERTY_DATAMATRIX_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_DATAMATRIX_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_DECODE_WINDOW_BOTTOM - Static variable in class com.honeywell.aidc.BarcodeReader
Sets the bottom edge of the scan window within the scanner's overall image window.
PROPERTY_DECODE_WINDOW_LEFT - Static variable in class com.honeywell.aidc.BarcodeReader
Sets the left edge of the scan window within the scanner's overall image window.
PROPERTY_DECODE_WINDOW_RIGHT - Static variable in class com.honeywell.aidc.BarcodeReader
Sets the right edge of the scan window within the scanner's overall image window.
PROPERTY_DECODE_WINDOW_TOP - Static variable in class com.honeywell.aidc.BarcodeReader
Sets the top edge of the scan window within the scanner's overall image window.
PROPERTY_EAN_13_ADDENDA_REQUIRED_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable the requirement for add-on 2 or add-on 5 to be enabled.
PROPERTY_EAN_13_ADDENDA_SEPARATOR_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable adding a space separation between the bar code data and the add-on characters in the decode result.
PROPERTY_EAN_13_CHECK_DIGIT_TRANSMIT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable check digit transmission.
PROPERTY_EAN_13_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable EAN-13.
PROPERTY_EAN_13_FIVE_CHAR_ADDENDA_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable add-on 5 for.
PROPERTY_EAN_13_TWO_CHAR_ADDENDA_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable add-on 2.
PROPERTY_EAN_8_ADDENDA_REQUIRED_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable the requirement for add-on 2 or add-on 5 to be enabled.
PROPERTY_EAN_8_ADDENDA_SEPARATOR_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable adding a space separation between the bar code data and the add-on characters in the decode result.
PROPERTY_EAN_8_CHECK_DIGIT_TRANSMIT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable check digit transmission.
PROPERTY_EAN_8_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable EAN-8.
PROPERTY_EAN_8_FIVE_CHAR_ADDENDA_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable add-on 5 for.
PROPERTY_EAN_8_TWO_CHAR_ADDENDA_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable add-on 2.
PROPERTY_GROUP_DATA_PROCESSING - Static variable in class com.honeywell.aidc.BarcodeReader
Identifies the data procession group of properties.
PROPERTY_GROUP_IMAGER - Static variable in class com.honeywell.aidc.BarcodeReader
Identifies the imager group of properties.
PROPERTY_GROUP_NOTIFICATION - Static variable in class com.honeywell.aidc.BarcodeReader
Identifies the notification group of properties.
PROPERTY_GROUP_SYMBOLOGY - Static variable in class com.honeywell.aidc.BarcodeReader
Identifies the symbology group of properties.
PROPERTY_GROUP_TRIGGER - Static variable in class com.honeywell.aidc.BarcodeReader
Identifies the trigger group of properties.
PROPERTY_GS1_128_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable GS1 128.
PROPERTY_GS1_128_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_GS1_128_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_HAX_XIN_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Han Xin.
PROPERTY_HAX_XIN_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_HAX_XIN_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_IATA_25_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable IATA 2 of 5.
PROPERTY_IATA_25_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_IATA_25_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_IMAGER_EXPOSURE - Static variable in class com.honeywell.aidc.BarcodeReader
Imager exposure.
PROPERTY_IMAGER_EXPOSURE_MODE - Static variable in class com.honeywell.aidc.BarcodeReader
If and how exposure is automatically updated to improve image quality.
PROPERTY_IMAGER_GAIN - Static variable in class com.honeywell.aidc.BarcodeReader
Sensitivity of image sensor when using fixed exposure.
PROPERTY_IMAGER_LIGHT_INTENSITY - Static variable in class com.honeywell.aidc.BarcodeReader
Imager illumination intensity.
PROPERTY_IMAGER_MAXIMUM_EXPOSURE - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum exposure time in microseconds when using automatic exposure.
PROPERTY_IMAGER_MAXIMUM_GAIN - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum sensitivity of image sensor when using automatic exposure.
PROPERTY_IMAGER_REJECTION_LIMIT - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum number of images to reject because the aren't close enough to TARGET_VALUE.
PROPERTY_IMAGER_SAMPLE_METHOD - Static variable in class com.honeywell.aidc.BarcodeReader
How image quality is determined by software controlled exposure modes.
PROPERTY_IMAGER_TARGET_ACCEPTABLE_OFFSET - Static variable in class com.honeywell.aidc.BarcodeReader
Acceptable difference from TARGET_VALUE of images.
PROPERTY_IMAGER_TARGET_PERCENTILE - Static variable in class com.honeywell.aidc.BarcodeReader
Target percentile of target value for the Automatic Exposure mode.
PROPERTY_IMAGER_TARGET_VALUE - Static variable in class com.honeywell.aidc.BarcodeReader
Target calculated value of image during automated exposure control.
PROPERTY_INTERLEAVED_25_CHECK_DIGIT_MODE - Static variable in class com.honeywell.aidc.BarcodeReader
Check digit mode for Interleaved 2 of 5 bar codes.
PROPERTY_INTERLEAVED_25_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Interleaved 2 of 5.
PROPERTY_INTERLEAVED_25_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_INTERLEAVED_25_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_ISBT_128_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable ISBT 128.
PROPERTY_KOREAN_POST_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Korean Post.
PROPERTY_KOREAN_POST_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_KOREAN_POST_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_MATRIX_25_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Matrix 2 of 5.
PROPERTY_MATRIX_25_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_MATRIX_25_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_MAXICODE_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Maxicode.
PROPERTY_MAXICODE_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_MAXICODE_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_MICRO_PDF_417_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Micro PDF-417.
PROPERTY_MICRO_PDF_417_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_MICRO_PDF_417_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_MSI_CHECK_DIGIT_MODE - Static variable in class com.honeywell.aidc.BarcodeReader
Check digit mode for Interleaved 2 of 5 bar codes.
PROPERTY_MSI_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable MSI.
PROPERTY_MSI_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_MSI_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_NOTIFICATION_BAD_READ_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Bad Read Notification Enable/Disable.
PROPERTY_NOTIFICATION_GOOD_READ_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Good Read Notification Enable/Disable.
PROPERTY_NOTIFICATION_VIBRATE_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Vibration Enable/Disabled.
PROPERTY_OCR_ACTIVE_TEMPLATE - Static variable in class com.honeywell.aidc.BarcodeReader
Bit field value that enables/disables multiple templates.
PROPERTY_OCR_MODE - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable OCR.
PROPERTY_OCR_TEMPLATE - Static variable in class com.honeywell.aidc.BarcodeReader
Numeric sequence that defines the user OCR template.
PROPERTY_PDF_417_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable PDF-417.
PROPERTY_PDF_417_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_PDF_417_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_POSTAL_2D_MODE - Static variable in class com.honeywell.aidc.BarcodeReader
Enable one or more 2D postal symbologies.
PROPERTY_POSTAL_2D_PLANET_CHECK_DIGIT_TRANSMIT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable check digit transmission.
PROPERTY_POSTAL_2D_POSTNET_CHECK_DIGIT_TRANSMIT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable check digit transmission.
PROPERTY_QR_CODE_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable QR Code.
PROPERTY_QR_CODE_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_QR_CODE_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_RSS_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable RSS.
PROPERTY_RSS_EXPANDED_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable RSS Expanded.
PROPERTY_RSS_EXPANDED_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_RSS_EXPANDED_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_RSS_LIMITED_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable RSS Limited.
PROPERTY_STANDARD_25_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Standard 2 of 5.
PROPERTY_STANDARD_25_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_STANDARD_25_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_TELEPEN_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Telepen.
PROPERTY_TELEPEN_MAXIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Maximum code length for decoding.
PROPERTY_TELEPEN_MINIMUM_LENGTH - Static variable in class com.honeywell.aidc.BarcodeReader
Minimum code length for decoding.
PROPERTY_TELEPEN_OLD_STYLE_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable old-style Telepen.
PROPERTY_TLC_39_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable TLC 39.
PROPERTY_TRIGGER_AUTO_MODE_TIMEOUT - Static variable in class com.honeywell.aidc.BarcodeReader
Automatic trigger mode timeout.
PROPERTY_TRIGGER_CONTROL_MODE - Static variable in class com.honeywell.aidc.BarcodeReader
Trigger control mode.
PROPERTY_TRIGGER_SCAN_DELAY - Static variable in class com.honeywell.aidc.BarcodeReader
Trigger scan delay.
PROPERTY_TRIOPTIC_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable Trioptic.
PROPERTY_UPC_A_ADDENDA_REQUIRED_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable the requirement for add-on 2 or add-on 5 to be enabled.
PROPERTY_UPC_A_ADDENDA_SEPARATOR_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable adding a space separation between the bar code data and the add-on characters in the decode result.
PROPERTY_UPC_A_CHECK_DIGIT_TRANSMIT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable check digit transmission.
PROPERTY_UPC_A_COMBINE_COUPON_CODE_MODE_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable UPC-A Combined Coupon Code.
PROPERTY_UPC_A_COUPON_CODE_MODE_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable UPC-A Coupon Code.
PROPERTY_UPC_A_ENABLE - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable UPC-A.
PROPERTY_UPC_A_FIVE_CHAR_ADDENDA_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable add-on 5.
PROPERTY_UPC_A_NUMBER_SYSTEM_TRANSMIT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable number system transmission.
PROPERTY_UPC_A_TRANSLATE_EAN13 - Static variable in class com.honeywell.aidc.BarcodeReader
Translate UPC-A to EAN13.
PROPERTY_UPC_A_TWO_CHAR_ADDENDA_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable add-on 2.
PROPERTY_UPC_E_ADDENDA_REQUIRED_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable the requirement for add-on 2 or add-on 5 to be enabled.
PROPERTY_UPC_E_ADDENDA_SEPARATOR_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable adding a space separation between the bar code data and the add-on characters in the decode result.
PROPERTY_UPC_E_CHECK_DIGIT_TRANSMIT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable check digit transmission.
PROPERTY_UPC_E_E1_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable UPC-E1.
PROPERTY_UPC_E_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable UPC-E0.
PROPERTY_UPC_E_EXPAND_TO_UPC_A - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable expanding a UPC-E barcode into a UPC-A standard code.
PROPERTY_UPC_E_FIVE_CHAR_ADDENDA_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable add-on 5 for.
PROPERTY_UPC_E_NUMBER_SYSTEM_TRANSMIT_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable number system transmission.
PROPERTY_UPC_E_TWO_CHAR_ADDENDA_ENABLED - Static variable in class com.honeywell.aidc.BarcodeReader
Enable or disable add-on 2.

R

release() - Method in class com.honeywell.aidc.BarcodeReader
Releases the scanner claim.
removeBarcodeDeviceListener(AidcManager.BarcodeDeviceListener) - Method in class com.honeywell.aidc.AidcManager
Unregister a bar code device change callback.
removeBarcodeListener(BarcodeReader.BarcodeListener) - Method in class com.honeywell.aidc.BarcodeReader
Unregister a bar code callback.
removeTriggerListener(BarcodeReader.TriggerListener) - Method in class com.honeywell.aidc.BarcodeReader
Unregister a trigger state change callback.

S

ScannerNotClaimedException - Exception in com.honeywell.aidc
AidcException thrown when attempting to perform an action on a scanner when no claim is held.
ScannerUnavailableException - Exception in com.honeywell.aidc
AidcException thrown when attempting to perform an action on a scanner that the scanner service can no longer communicate with.
setAspectRatio(int) - Method in class com.honeywell.aidc.SignatureParameters
Sets the height of the bar code relative to narrow bar width.
setBinarized(boolean) - Method in class com.honeywell.aidc.SignatureParameters
Sets whether the image should be converted to white and black pixels.
setHeight(int) - Method in class com.honeywell.aidc.SignatureParameters
Sets the height of the signature area.
setHorizontalOffset(int) - Method in class com.honeywell.aidc.SignatureParameters
Sets the horizontal offset of the signature area.
setProperties(Map<String, Object>) - Method in class com.honeywell.aidc.BarcodeReader
Sets a map of properties.
setProperty(String, int) - Method in class com.honeywell.aidc.BarcodeReader
Sets an integer property.
setProperty(String, boolean) - Method in class com.honeywell.aidc.BarcodeReader
Sets a boolean property.
setProperty(String, String) - Method in class com.honeywell.aidc.BarcodeReader
Sets a string or enum property.
setResolution(int) - Method in class com.honeywell.aidc.SignatureParameters
Sets the number of pixels per unit in returned image.
setVerticalOffset(int) - Method in class com.honeywell.aidc.SignatureParameters
Sets the vertical offset of the signature area.
setWidth(int) - Method in class com.honeywell.aidc.SignatureParameters
Sets the width of the signature area.
Signature - Class in com.honeywell.aidc
SignatureParameters - Class in com.honeywell.aidc
Options you specify to extract a signature from an image after a successful bar code scan.
SignatureParameters() - Constructor for class com.honeywell.aidc.SignatureParameters
Constructs a new SignatureParameters object
SignatureParameters(int, int, int, int, int, int, boolean) - Constructor for class com.honeywell.aidc.SignatureParameters
Constructs a new SignatureParameters object All measurements are relative to the narrow bar width of the bar code.
softwareTrigger(boolean) - Method in class com.honeywell.aidc.BarcodeReader
Sends a trigger up/down action
startPropertyEditor(Context) - Method in class com.honeywell.aidc.BarcodeReader
Starts a settings activity that can configure the properties of this BarcodeReader
startPropertyEditor(Context, String, String) - Method in class com.honeywell.aidc.BarcodeReader
Starts a settings activity that can configure the properties of this BarcodeReader

T

TRIGGER_CONTROL_MODE_AUTO_CONTROL - Static variable in class com.honeywell.aidc.BarcodeReader
Automatic control.
TRIGGER_CONTROL_MODE_CLIENT_CONTROL - Static variable in class com.honeywell.aidc.BarcodeReader
Client control.
TRIGGER_CONTROL_MODE_DISABLE - Static variable in class com.honeywell.aidc.BarcodeReader
Disabled.
TriggerStateChangeEvent - Class in com.honeywell.aidc
This event is dispatched by the BarcodeReader when a state change occurs in the scan trigger.

U

UnsupportedPropertyException - Exception in com.honeywell.aidc
AidcException thrown when attempting to get/set a property that is unsupported by the scanner service.

W

writeToParcel(Parcel, int) - Method in class com.honeywell.aidc.BarcodeReader
A B C D G I L M N O P R S T U W 

Copyright (c) 2015 Honeywell International Inc. All Rights Reserved.