DLCradleManagerSetLeverStatus Method |
Sets the new position related to the Cradle lever.
Namespace:
Com.Datalogic.Cradle
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual bool SetLeverStatus(
LeverStatus levelStatus
)
Public Overridable Function SetLeverStatus (
levelStatus As LeverStatus
) As Boolean
Parameters
- levelStatus
- Type: Com.Datalogic.CradleLeverStatus
- The required LeverStatus of the Cradle lever.
Return Value
Type:
Booleanboolean true in case of success, false otherwise.
Remarks See Also