DecodeException Class |
Namespace: Com.Datalogic.Decode
The DecodeException type exposes the following members.
Name | Description | |
---|---|---|
DecodeException | Initializes a new instance of the DecodeException class | |
DecodeException(Int32) | Initializes a new instance of the DecodeException class | |
DecodeException(String) | Initializes a new instance of the DecodeException class | |
DecodeException(DecodeException) | Initializes a new instance of the DecodeException class | |
DecodeException(String, Int32) | Initializes a new instance of the DecodeException class |
Name | Description | |
---|---|---|
ErrorNumber | The error number returned by the Decoding Subsystem. | |
JniPeerMembers | To be added. |
Name | Description | |
---|---|---|
BarcodeServiceError | It is a Barcode Service error. | |
DecoderBusyError | The scan engine is busy, cannot accept commands. | |
DecoderCannotStart | A scan session cannot be started because a condition is not met. | |
DecoderNotAvailableError | The scan engine is not initialized or not connected. | |
GenericError | Generic error, mostly due to a wrong parameter passed to a SDK method. | |
ListenerError | The Scanner Service cannot register or unregister the required listener. | |
NullPointerError | It is a null pointer error. | |
RemoteCallError | When it's not possible to call Datalogic service. | |
Success | Success constant. |