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