- random_weight_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.UpcEanParams
-
Deprecated.
Flag to enable random weight check digit verification.
- randomWeightCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.UpcEanParams
-
Flag to enable random weight check digit verification.
- read() - Method in class com.symbol.emdk.barcode.Scanner
-
Starts an asynchronous Scan.
- read(int) - Method in class com.symbol.emdk.serialcomm.SerialComm
-
This method reads the available data and returns immediately.
- read() - Method in class com.symbol.emdk.simulscan.SimulScanReader
-
Deprecated.
This method initiates a SimulScan read() request.
- readerParams - Variable in class com.symbol.emdk.barcode.ScannerConfig
-
The ReaderParams class holds the parameters for a scanner.
- readerParams - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode
-
Deprecated.
- readerSpecific - Variable in class com.symbol.emdk.barcode.ScannerConfig.ReaderParams
-
ReaderSpecificParams provides access to the reader specific parameters.
- ReaderSpecific() - Constructor for class com.symbol.emdk.barcode.ScannerConfig.ReaderParams.ReaderSpecific
-
- reducedQuietZone - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Code128
-
Flag to Enable or Disable decoding of Code 128 barcodes with reduced quiet zones.
- reducedQuietZone - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Code39
-
Flag to Enable or Disable decoding of Code 39 barcodes with reduced quiet zones.
- reducedQuietZone - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.I2of5
-
Flag to Enable or Disable decoding of I2of5 barcodes with reduced quiet zones.
- reducedQuietZone - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.UpcEanParams
-
Flag to Enable or Disable decoding of UPC barcodes with reduced quiet zones.
- redundancy - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.CodaBar
-
Sets the reader to read the barcode twice before accepting data.
- redundancy - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Code11
-
Sets the reader to read the barcode twice before accepting data.
- redundancy - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Code128
-
Sets the reader to read the barcode twice before accepting data.
- redundancy - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Code39
-
Sets the reader to read the barcode twice before accepting data.
- redundancy - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Code93
-
Sets the reader to read the barcode twice before accepting data.
- redundancy - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.D2of5
-
Sets the reader to read the barcode twice before accepting data.
- redundancy - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.I2of5
-
Sets the reader to read the barcode twice before accepting data.
- redundancy - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Matrix2of5
-
Sets the reader to read the barcode twice before accepting data.
- redundancy - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Msi
-
Sets the reader to read the barcode twice before accepting data.
- redundancy - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.TriOptic39
-
Sets the reader to read the barcode twice before accepting data.
- redundancy - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Codabar
-
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - enabled).
- redundancy - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Code11
-
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - enabled).
- redundancy - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Code128
-
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - disabled).
- redundancy - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Code39
-
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - disabled).
- redundancy - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Code93
-
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - disabled).
- redundancy - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Discrete_2of5
-
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - enabled).
- redundancy - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Interleaved_2of5
-
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - enabled).
- redundancy - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Matrix_2of5
-
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - disabled).
- redundancy - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.MSI
-
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - enabled).
- redundancy - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Trioptic39
-
Deprecated.
Sets the reader to read the bar code twice before accepting data.
- RegionType - Enum in com.symbol.emdk.simulscan
-
- release() - Method in class com.symbol.emdk.barcode.Scanner
-
Releases the scanner object resources.
- release() - Method in class com.symbol.emdk.EMDKManager
-
This method releases all the resources constructed by EMDKManager.
- release(EMDKManager.FEATURE_TYPE) - Method in class com.symbol.emdk.EMDKManager
-
This method releases resources of a given manager type.
- release() - Method in class com.symbol.emdk.notification.NotificationDevice
-
Releases the notification device.
- removeConnectionListener(BarcodeManager.ScannerConnectionListener) - Method in class com.symbol.emdk.barcode.BarcodeManager
-
Remove ScannerConnectionListener to receive scanner connection changes
via callback.
- removeDataListener(Scanner.DataListener) - Method in class com.symbol.emdk.barcode.Scanner
-
The client can un-register to get data notification via callbacks.
- removeDataListener(ProfileManager.DataListener) - Method in class com.symbol.emdk.ProfileManager
-
The client can un-register to get data notification via callbacks.
- removeDataListener(SimulScanReader.DataListerner) - Method in class com.symbol.emdk.simulscan.SimulScanReader
-
Deprecated.
The client can unregister to not get data notification via callbacks.
- removeStatusListener(Scanner.StatusListener) - Method in class com.symbol.emdk.barcode.Scanner
-
The client can un-register to get status notification via callbacks.
- removeStatusListener(ScanAndPairManager.StatusListener) - Method in class com.symbol.emdk.scanandpair.ScanAndPairManager
-
The client can un-register to get status notification via callbacks.
- removeStatusListener(SimulScanReader.StatusListerner) - Method in class com.symbol.emdk.simulscan.SimulScanReader
-
Deprecated.
The client can unregister to not get status notification via callbacks.
- REPEAT_INFINTE - Static variable in class com.symbol.emdk.notification.Notification.LEDParams
-
This constant value can be used to set the repeatCount to repeat the LED notifications infinitely
- repeatCount - Variable in class com.symbol.emdk.notification.Notification.LEDParams
-
The LED blinking repeat count.
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Code11
-
Deprecated.
Transmit Code 11 data with or without the check digit (default - disabled).
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Code39
-
Deprecated.
Transmit Code 39 data with or without the check digit (default - disabled).
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Interleaved_2of5
-
Deprecated.
Transmit Interleaved 2 of 5 data with or without the check digit (default - disabled).
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Matrix_2of5
-
Deprecated.
Transmit Matrix 2 of 5 data with or without the check digit(default - enabled).
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.MSI
-
Deprecated.
Transmit MSI data with or without the check digit (default - disabled).
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.UK_Postal
-
Deprecated.
Transmit UK Postal data with or without the check digit (default - disabled).
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.UPCA
-
Deprecated.
The check digit is the last character of the symbol used to verify the integrity of the data.
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.UPCE0
-
Deprecated.
The check digit is the last character of the symbol used to verify the integrity of the data.
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.UPCE1
-
Deprecated.
The check digit is the last character of the symbol used to verify the integrity of the data.
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.USPlanet
-
Deprecated.
Transmit USPlanet data with or without the check digit.
- report_check_digit - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.USPostnet
-
Deprecated.
Transmit USPostnet data with or without the check digit.
- report_code32_prefix - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams.Code39
-
Deprecated.
Scan the appropriate bar code to enable or disable adding the prefix character "A" to all Code 32 bar codes (default - disabled).
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Code11
-
Transmit Code 11 data with or without the check digit.
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Code39
-
Transmit Code 39 data with or without the check digit.
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.I2of5
-
Transmit Interleaved 2 of 5 data with or without the check digit.
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Matrix2of5
-
Transmit Matrix 2 of 5 data with or without the check digit.
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Msi
-
Transmit MSI data with or without the check digit.
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.UkPostal
-
Transmit UK Postal data with or without the check digit.
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Upca
-
Flag to enable reporting the barcode check digit.
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Upce0
-
Flag to enable reporting the barcode check digit.
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Upce1
-
Flag to enable reporting the barcode check digit.
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.UsPlanet
-
Flag to enable reporting the barcode check digit.
- reportCheckDigit - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.UsPostNet
-
Flag to enable reporting the barcode check digit.
- reportCode32Prefix - Variable in class com.symbol.emdk.barcode.ScannerConfig.DecoderParams.Code39
-
Scan the appropriate barcode to enable or disable adding the
prefix character "A" to all Code 32 barcodes.
- reportDecodedBarcodes - Variable in class com.symbol.emdk.barcode.ScannerConfig.MultiBarcodeParams
-
- reportDecodedBarcodes - Variable in class com.symbol.emdk.barcode.ScannerConfig.NGSimulScanParams.MultiBarcodeParams
-
Enables/Disables reporting decoded barcode data in a single scan session irrespective of the configured barcode count.
- resetToDefault(Scanner) - Method in class com.symbol.emdk.barcode.ScannerConfig
-
Resets the scanner parameters to defaults values for the specified scanner.
- resetToDefaults() - Method in class com.symbol.emdk.scanandpair.ScanAndPairConfig
-
Resets all config to default values.
- retry_count - Variable in class com.symbol.emdk.ProfileConfig.DataCapture.Barcode.UpcEanParams
-
Deprecated.
Retry count for auto-discriminating for supplementals.
- row - Variable in class com.symbol.emdk.personalshopper.CradleConfig.CradleLocation
-
The row identification number.