Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

I

i2of5 - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams
The I2OF5 class provides access to parameters that are available for the I2OF5 decoder.
i2of5 - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.Decoders
Deprecated.
identificationTimeout - Variable in class com.symbol.emdk.simulscan.SimulScanConfig
Deprecated.
Amount of time in milliseconds to wait before timing out identification.
illumination_brightness - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.ReaderParams
Deprecated.
Sets the Illumination Brightness of the Imager.
illumination_mode - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.ReaderParams
Deprecated.
Turns camera illumination on and off.
illuminationBrightness - Variable in class com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific
This parameter controls the illumination brightness (intensity) of the imager during the scanning session.
illuminationMode - Variable in class com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific
Turns camera illumination on and off.
illuminationMode - Variable in class com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific
Turns imager illumination on and off.
imagerSpecific - Variable in class com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific
Provide access to set the imager specific settings if the scanner device is imager.
ime_output_enabled - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.DataDelivery.Keystroke
Deprecated.
Gets and Sets keystroke ENABLED_STATE configuration enum ProfileConfig.ENABLED_STATE.
instantReporting - Variable in class com.symbol.emdk.barcode.ScannerConfig.MultiBarcodeParams
Deprecated.
We recommend using the new fields introduced in the ScannerConfig.NGSimulScanParams class in your new applications.

Enables/Disables instantaneous reporting of unique barcodes within a scanning session (duplicates are ignored). Enabling this parameter will ignore the value of multiBarcodeParams.barcodeCount param and will report the scanned data to the user instantaneously, without waiting to end the scanning session.

 
 	Example Usage:
 	multiBarcodeParams.instantReporting = true;
 
 
instantReporting - Variable in class com.symbol.emdk.barcode.ScannerConfig.NGSimulScanParams.MultiBarcodeParams
Enables/Disables instantaneous reporting of unique barcodes within a scanning session (duplicates are ignored).
intent - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.DataDelivery
Deprecated.
Gets and Sets Intent configuration object ProfileConfig.DataCapture.DataDelivery.Intent.
InterfaceConfig - Class in com.symbol.emdk.barcode
 
interleaved_2of5 - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams
Deprecated.
Configures the Interleaved 2of5 Symbology object ProfileConfig.DataCapture.Barcode.DecoderParams.Interleaved_2of5.
inverse - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.DotCode
Use to set parameter inverse.
inverse - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.GridMatrix
Use to set parameter inverse.
inverse1DMode - Variable in class com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific
This parameter allows the user to select decoding on inverse 1D barcodes.
inverse1DMode - Variable in class com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific
This parameter allows the user to select decoding on inverse 1D barcodes.
inverse1DMode - Variable in class com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.LaserSpecific
This parameter allows the user to select decoding on inverse 1D barcodes.
inverse_1d_mode - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.ReaderParams
Deprecated.
This parameter allows the user to select decoding on inverse 1D bar codes.
inverseOcr - Variable in class com.symbol.emdk.barcode.ScannerConfig.OcrParams
Setting to change the OCR behavior for white or light words on a black or dark background.
isBeepSupported() - Method in class com.symbol.emdk.notification.DeviceInfo
Returns true if the notification device supports Beep feature else false.
isbt128_concat_mode - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Code128
Deprecated.
Select an option for concatenating pairs of ISBT code types.
isbt128ConcatMode - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Code128
Select an option for concatenating pairs of ISBT code types.
isConnected() - Method in class com.symbol.emdk.barcode.ScannerInfo
 
isConnected() - Method in class com.symbol.emdk.notification.DeviceInfo
Returns true if the notification device is connected to the mobile computer else false.
isConnected() - Method in class com.symbol.emdk.notification.NotificationDevice
Returns whether the notification device is connected to the Mobile device or not.
isConnected() - Method in class com.symbol.emdk.sam.SAM
This method will return the current SAM status whether the SAM is connected or not.
isContinuousScan - Variable in class com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific.ContinuousRead
Deprecated.
We recommend using the new fields shown below in your new applications.

For Camera Scanner: ScannerConfig.ReaderParams.ReaderSpecific.CameraSpecific.aimType

For Imager Scanner: ScannerConfig.ReaderParams.ReaderSpecific.ImagerSpecific.aimType

For Laser Scanner: ScannerConfig.ReaderParams.ReaderSpecific.LaserSpecific.aimType

Scan continuously; In this mode once the trigger is pulled the user can continue scanning barcodes without releasing the trigger as long as new reads are submitted as soon as the earlier read is satisfied. This mode is useful when the user wants to perform rapid scanning. To provide better control over this feature we have added the two new reader parameters (SameSymbolTimeout, DifferentSymbolTimeout) that are associated with continuous reads. These reader parameters are available in both ImagerSpecific and LaserSpecific classes. NOTE: The following must be considered when using this AIM_TYPE.CONTINUOUS_READ mode. 1. After each successful read, the application will have to submit a new read for rapid triggering. 2. It is recommended that the Picklist mode be enabled for the imager-class scanners. 3. When using this mode, the IMAGER_SPECIFIC.VFFeedback parameter will be ignored and no viewfinder feedback will be provided. It is similar to setting IMAGER_SPECIFIC.VFFeedback to VIEWFINDER_FEEDBACK.VIEWFINDER_MODE_DISABLED 4. If the IMAGER_SPECIFIC.VFMode parameter is set to VIEWFINDER_MODE.VIEWFINDER_MODE_DYNAMIC_RETICLE, then this continuous read mode will be ignored
isDefaultDevice() - Method in class com.symbol.emdk.notification.DeviceInfo
Returns true if it is a default notification device else false.
isDefaultScanner() - Method in class com.symbol.emdk.barcode.ScannerInfo
Returns true if it is a default scanner else false.
isEnabled() - Method in class com.symbol.emdk.barcode.Scanner
Returns scanner enabled state.
isEnabled() - Method in class com.symbol.emdk.notification.NotificationDevice
Returns whether the notification device is enabled or not.
isEnabled() - Method in class com.symbol.emdk.personalshopper.Cradle
Check if cradle has already been enabled
isEnabled() - Method in class com.symbol.emdk.serialcomm.SerialComm
Gets whether the communication port is enabled or not.
isEnabled() - Method in class com.symbol.emdk.simulscan.SimulScanReader
Deprecated.
Returns reader enabled state
isLEDSupported() - Method in class com.symbol.emdk.notification.DeviceInfo
Returns true if the notification device supports LED feature else false.
isParamSupported(String) - Method in class com.symbol.emdk.barcode.ScannerConfig
This method helps to check scanner config parameters supported Returns true if specified parameter is supported.
isPreviousCommandPending() - Method in class com.symbol.emdk.scanandpair.ScanAndPairManager
This method provides information if any of the previous request is pending.
isPreviousRequestPending() - Method in class com.symbol.emdk.ProfileManager
This method tells whether the previous process profile request is pending or not.
isReadPending() - Method in class com.symbol.emdk.barcode.Scanner
Another read() cannot be submitted while a read is pending.
isReadPending() - Method in class com.symbol.emdk.simulscan.SimulScanReader
Deprecated.
Another read() cannot be submitted while a read is pending.
isVibrateSupported() - Method in class com.symbol.emdk.notification.DeviceInfo
Returns true if the notification device supports Vibrate feature else false.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links