Click or drag to resize

DecodeException Fields

The DecodeException type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBarcodeServiceError
It is a Barcode Service error.
Public fieldStatic memberDecoderBusyError
The scan engine is busy, cannot accept commands.
Public fieldStatic memberDecoderCannotStart
A scan session cannot be started because a condition is not met.
Public fieldStatic memberDecoderNotAvailableError
The scan engine is not initialized or not connected.
Public fieldStatic memberGenericError
Generic error, mostly due to a wrong parameter passed to a SDK method.
Public fieldStatic memberListenerError
The Scanner Service cannot register or unregister the required listener.
Public fieldStatic memberNullPointerError
It is a null pointer error.
Public fieldStatic memberRemoteCallError
When it's not possible to call Datalogic service.
Public fieldStatic memberSuccess
Success constant.
Top
See Also