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