Click or drag to resize

DLCradleManager Methods

The DLCradleManager type exposes the following members.

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
See Also