Package | Description |
---|---|
com.hsm.barcode |
Modifier and Type | Method and Description |
---|---|
void |
Decoder.connectDecoderLibrary()
Method used to connect to the engine and initialize the API.
|
void |
Decoder.disableSymbology(int symID)
Disables the passed in symbology ID.
|
void |
Decoder.disconnectDecoderLibrary()
Method used to disconnect from the engine and deinitialize the API.
|
void |
Decoder.enableSymbology(int symID)
Enables the passed in symbology ID.
|
java.lang.String |
Decoder.getAPIRevision()
Retrieves the revision of the API.
|
byte |
Decoder.getBarcodeAimID()
Gets the Barcode AimID when
Decoder.waitForDecode(int) succeeds. |
byte |
Decoder.getBarcodeAimModifier()
Gets the Barcode AimID when
Decoder.waitForDecode(int) succeeds. |
byte[] |
Decoder.getBarcodeByteData()
Gets the Barcode data when
Decoder.waitForDecode(int) succeeds. |
byte |
Decoder.getBarcodeCodeID()
Gets the Barcode CodeID when
Decoder.waitForDecode(int) succeeds. |
java.lang.String |
Decoder.getBarcodeData()
Gets the Barcode Data in string form when
Decoder.waitForDecode(int) succeeds. |
int |
Decoder.getBarcodeLength()
Gets the Barcode length when
Decoder.waitForDecode(int) succeeds. |
java.lang.String |
Decoder.getControlLogicRevision()
Retrieves the revision of the Decoder Control Logic.
|
void |
Decoder.getDecodeOptions(DecodeOptions options)
Gets the decode options parameters.
|
java.lang.String |
Decoder.getDecoderRevision()
Retrieves the revision of the Decoder.
|
void |
Decoder.getDecodeWindow(DecodeWindowing.DecodeWindow window)
Retrieves the decode window parameters.
|
void |
Decoder.getDecodeWindowLimits(DecodeWindowing.DecodeWindowLimits limits)
Retrieves the decode window parameter limits.
|
int |
Decoder.getDecodeWindowMode()
Retrieves the current decode window mode setting
|
java.lang.String |
Decoder.getDecThreadsRevision()
Deprecated.
Retrieves the revision of the Decoder Threading.
|
int |
Decoder.getEngineID()
Retrieves the EngineID of the connected Engine.
|
java.lang.String |
Decoder.getEngineSerialNumber()
Retrieves the serial number of the connected Engine.
|
int |
Decoder.getEngineType()
Retrieves the engine type of the connected Engine.
|
java.lang.String |
Decoder.getErrorMessage(int error)
Method used to get associated error message with an error code.
|
int |
Decoder.getExposureMode()
Gets the exposure mode currently set to be used during scanning.
|
void |
Decoder.getExposureSettings(int[] array)
Gets the current exposure settings for the image sensor.
|
int |
Decoder.getImageHeight()
Gets the image height of the connected engine.
|
void |
Decoder.getImagerProperties(ImagerProperties imgProp)
Retrieves the imager properties of the connected engine.
|
int |
Decoder.getImageWidth()
Gets the image width of the connected engine.
|
void |
Decoder.getIQImage(IQImagingProperties IQParams,
Bitmap bitmap)
Retrieves an IQ Image (intelligent imaging)
|
int |
Decoder.getLastDecodeTime()
Gets the last decode time for a successful decode
|
byte[] |
Decoder.getLastImage(ImageAttributes imgAtt)
Retrieves last image sent to the Decoder.
|
int |
Decoder.getLightsMode()
Retrieves the current lights mode for scanning.
|
int |
Decoder.getMaxMessageLength()
Retrieves the maximum message length capable of the Decoder.
|
int |
Decoder.getOCRMode()
Gets the OCR Mode
|
int |
Decoder.getOCRTemplates()
Gets the OCR active template configuration.
|
byte[] |
Decoder.getOCRUserTemplate()
Gets the OCR User defined template.
|
void |
Decoder.getPreviewFrame(Bitmap bitmap)
Gets a single frame (1/4 size) from the engine.
|
int |
Decoder.getPSOCMajorRev()
Retrieves the Major revision of the PSOC of the connected Engine.
|
int |
Decoder.getPSOCMinorRev()
Retrieves the Minor revision of the PSOC of the connected Engine.
|
java.lang.String |
Decoder.getScanDriverRevision()
Retrieves the revision of the Scan Driver.
|
java.lang.String |
Decoder.getSecondaryDecoderRevision()
Deprecated.
Secondary Decoder currently unsupported
|
int |
Decoder.getShowDecodeWindow()
Retrieves the current show decode window setting.
|
void |
Decoder.getSingleFrame(Bitmap bitmap)
Gets a single frame from the engine.
|
void |
Decoder.getSymbologyConfig(SymbologyConfig symConfig)
Retrieves the current configuration of the passed in structure.
|
void |
Decoder.getSymbologyConfigDefaults(SymbologyConfig symConfig)
Retrieves the default configuration of the passed in structure.
|
int |
Decoder.getSymbologyMaxRange(int symID)
Retrieves the maximum range of the passed in symbology ID.
|
int |
Decoder.getSymbologyMinRange(int symID)
Retrieves the minimum range of the passed in symbology ID.
|
void |
Decoder.setDecodeAttemptLimit(int limit)
Sets the decode attempt limit (or the amount of time it will spend
decoding a particular image).
|
void |
Decoder.setDecodeOptions(DecodeOptions options)
Sets the decode options parameters.
|
void |
Decoder.setDecodeWindow(DecodeWindowing.DecodeWindow window)
Sets the decode window parameters.
|
void |
Decoder.setDecodeWindowMode(int nMode)
Sets the decode window mode to be used.
|
void |
Decoder.setExposureMode(int mode)
Sets the exposure mode to be used during scanning.
|
void |
Decoder.setExposureSettings(int[] array)
Sets the current exposure settings for the image sensor.
|
void |
Decoder.setLastImage(byte[] img,
int w,
int h)
Sets last image that will be sent to the Decoder.
|
void |
Decoder.setLightsMode(int Mode)
Sets the lights mode for scanning.
|
void |
Decoder.setOCRMode(int mode)
Sets the OCR Mode (used for enabling/disabling)
|
void |
Decoder.setOCRTemplates(int template)
Sets the OCR template configuration (pre-defined).
|
void |
Decoder.setOCRUserTemplate(byte[] template)
Sets the OCR User defined template.
|
void |
Decoder.setShowDecodeWindow(int nMode)
Sets the show decode window setting.
|
void |
Decoder.setSymbologyConfig(SymbologyConfig symConfig)
Sets the current configuration of the passed in structure.
|
void |
Decoder.setSymbologyDefaults(int symID)
Sets the passed in symbology ID defaults.
|
void |
Decoder.startScanning()
Starts scanning operation (image taking, not decoding).
|
void |
Decoder.stopScanning()
Stops scanning operation (image taking, not decoding).
|
void |
Decoder.waitForDecode(int dwTimeout)
Method used to start decoding.
|
void |
Decoder.waitForDecodeTwo(int dwTimeout,
DecodeResult result)
Method to start decoding.
|
void |
Decoder.waitMultipleDecode(int dwTimeout)
This function is used to read multiple symbols using a single function
call.
|