BarcodeManagerStopDecode Method |
Namespace: Com.Datalogic.Decode
Exception | Condition |
---|---|
DecodeException | - in case of error, when exceptions are enabled through the ErrorManager singleton. |
This stops any data acquisition currently in progress.
Example:
public int abortDecoding(BarcodeManager decoder) {
  decoder.stopDecode();
}