BarcodeManagerStartDecode Method |
Namespace: Com.Datalogic.Decode
Exception | Condition |
---|---|
DecodeException | - in case of error, when exceptions are enabled through the ErrorManager singleton. |
Call this method to start decoding.
Default timeout or the one set through the SDK will be applied.
Example:
public int startDecoding(BarcodeManager decoder) {
  decoder.startDecode();
}