Click or drag to resize

DLCradleManager Class

This class provides access to Cradle related methods of the device.
Inheritance Hierarchy
System.Object
Com.Datalogic.Cradle.DLCradleManager

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

The DLCradleManager type exposes the following members.

Constructors
NameDescription
Public methodDLCradleManager
Initializes a new instance of the DLCradleManager class
Top
Properties
NameDescription
Public propertyAvailableSourcePowerLevel
To be added.
Public propertyInsertionCount
To be added.
Public propertyInsertionState
To be added.
Public propertyInstance
To be added.
Public propertyIsFastChargeSupported
return if fast charge is supported by the Cradle.
Public propertyJniPeerMembers
To be added.
Public propertyLeverStatus
To be added.
Public propertySlotIndex
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyType
To be added.
Public propertyUnlockKeyStatus
To be added.
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 methodBlinkLed
Blinks a specific LED on the cradle.
Public methodFirmwareUpgrade
Performs Cradle Firmware update procedure.
Public methodFirmwareUpgradeAbort
Abort Cradle Firmware update procedure.
Public methodGetProperty
Retrieves the value of the specified property.
Public methodIsLedSupported
Checks if a specific LED is supported by the cradle.
Public methodIsPropertyReadOnly
Checks if the specified property is read-only.
Public methodIsPropertySupported
Checks if the specified property is supported by the cradle.
Public methodLockDevice
Lock or unlock the device into the cradle.
Public methodRebootCradle
Reboot the Cradle.
Public methodRemoveFailureEventListener
Remove a Failure listener previously added with the addFailureEventListener(CradleFailureEventListener listener) method.
Public methodRemoveInsertionEventListener
Remove an Insertion listener previously added with the addInsertionEventListener(CradleInsertionEventListener listener) method.
Public methodRemoveUnlockEventListener
Remove an Unlock listener previously added with the addUnlockEventListener(CradleUnlockEventListener listener) method.
Public methodRemoveUnlockKeyEventListener
Remove an Unlock Key Event listener previously added with the addUnlockKeyEventListener(CradleUnlockKeyEventListener listener) method.
Public methodSetLed
Sets the state of a specific LED on the cradle.
Public methodSetLeverStatus
Sets the new position related to the Cradle lever.
Public methodSetProperty
Sets the value of the specified property.
Top
Remarks
This class provides access to Cradle related methods of the device.

[Android Documentation]

See Also