Click or drag to resize

DLCradleManager Methods

The DLCradleManager type exposes the following members.

Methods
NameDescription
Public method AddFailureEventListener
Add a Failure listener used to be notify about failure events occurred on the Cradle.
Public method AddInsertionEventListener
Add an Insertion listener used to be notify about insertion and extraction events from the Cradle.
Public method AddUnlockEventListener
Add a Unlock listener used to be notify about Lever status changed events occurred on the Cradle.
Public method AddUnlockKeyEventListener
Add an Unlock Key Event listener used to be notify about Unlock Key events occurred on the Cradle.
Public method BlinkLed
Blinks a specific LED on the cradle.
Public method FirmwareUpgrade
Performs Cradle Firmware update procedure.
Public method FirmwareUpgradeAbort
Abort Cradle Firmware update procedure.
Public method GetProperty
Retrieves the value of the specified property.
Public method IsLedSupported
Checks if a specific LED is supported by the cradle.
Public method IsPropertyReadOnly
Checks if the specified property is read-only.
Public method IsPropertySupported
Checks if the specified property is supported by the cradle.
Public method LockDevice
Lock or unlock the device into the cradle.
Public method RebootCradle
Reboot the Cradle.
Public method RemoveFailureEventListener
Remove a Failure listener previously added with the addFailureEventListener(CradleFailureEventListener listener) method.
Public method RemoveInsertionEventListener
Remove an Insertion listener previously added with the addInsertionEventListener(CradleInsertionEventListener listener) method.
Public method RemoveUnlockEventListener
Remove an Unlock listener previously added with the addUnlockEventListener(CradleUnlockEventListener listener) method.
Public method RemoveUnlockKeyEventListener
Remove an Unlock Key Event listener previously added with the addUnlockKeyEventListener(CradleUnlockKeyEventListener listener) method.
Public method SetLed
Sets the state of a specific LED on the cradle.
Public method SetLeverStatus
Sets the new position related to the Cradle lever.
Public method SetProperty
Sets the value of the specified property.
Top Top
See Also