Click or drag to resize

DLCradleManager Class

Inheritance Hierarchy
Object
  Com.Datalogic.CradleDLCradleManager

Namespace:  Com.Datalogic.Cradle
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DLCradleManager : Object

The DLCradleManager type exposes the following members.

Properties
  NameDescription
Public propertyAvailableSourcePowerLevel
Returns the available source power to charge the Device into the Cradle as instance of AvailableSourcePower
Public propertyInsertionState
Returns the position of the Device related to the Cradle as instance of InsertionState
Public propertyStatic memberInstance
Returns an instance of the DLCradleManager
Public propertyJniPeerMembers
To be added.
Public propertyLeverStatus
Returns the current position related to the Cradle lever.
Public propertyType
Returns the Cradle type.
Public propertyUnlockKeyStatus
Returns the current position related to the unlock key.
Top
Methods
  NameDescription
Public methodAddFailureEventListener
Add a Failure listener used to be notify about failure events occurred on the Cradle.
Public methodAddInsertionEventListener
Add an Insertion listener used to be notify about insertion and extraction events from the Cradle.
Public methodAddUnlockEventListener
Add a Unlock listener used to be notify about Lever status changed events occurred on the Cradle.
Public methodAddUnlockKeyEventListener
Add an Unlock Key Event listener used to be notify about Unlock Key events occurred on the Cradle.
Public methodFirmwareUpgrade
Performs Cradle Firmware update procedure.
Public methodRebootCradle
Reboot the Cradle.
Public methodRemoveFailureEventListener
Remove a Failure listener previously added with the AddFailureEventListener(ICradleFailureEventListener)
Public methodRemoveInsertionEventListener
Remove an Insertion listener previously added with the AddInsertionEventListener(ICradleInsertionEventListener)
Public methodRemoveUnlockEventListener
Remove an Unlock listener previously added with the AddUnlockEventListener(ICradleUnlockEventListener)
Public methodRemoveUnlockKeyEventListener
Remove an Unlock Key Event listener previously added with the AddUnlockKeyEventListener(ICradleUnlockKeyEventListener)
Public methodSetLeverStatus
Sets the new position related to the Cradle lever.
Top
Remarks
This class provides access to Cradle related methods of the device.

[Android Documentation]

See Also