Click or drag to resize

ICradleFailureEventListener Interface

Namespace:  Com.Datalogic.Cradle
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ICradleFailureEventListener : IJavaObject, 
	IDisposable, IJavaPeerable

The ICradleFailureEventListener type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodOnFailureEvent
This method is called when a failure occured on the Cradle.
Top
Remarks
This interface allows an the application to be notified about occured on the Cradle.The Failure notifies the listener about Cradle failures among FailureBadLeverPosition, FailureSolenoidOvertemperature, FailureWlcEocTimeout, FailureWlcFod, FailureWlcTx, FailureWrongDaisyChainConfig, or FailureUnknown (in case of errors).

[Android Documentation]

See Also