BarcodeManagerIsSymbologySupported Method |
Namespace: Com.Datalogic.Decode
Exception | Condition |
---|---|
DecodeException | - in case of error, when exceptions are enabled through the ErrorManager singleton. |
ConfigException | - in case of error, when exceptions are enabled through the ErrorManager singleton. |
Return true if the device's decoder is able to read a particular barcode
symbology.
Example:
public boolean isQRSupported(BarcodeManager decoder) {
  return decoder.isSymbologySupported(Symbology.QRCODE);
}