SmartChargeManagerGetState Method |
This method allows to know the current state of the smart charge state machine.
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 Com.Datalogic.Device.Power.SmartChargeManager.State GetState ();
Public Virtual Com.Datalogic.Device.Power.SmartChargeManager.State GetState ();
Return Value
Type: Com.Datalogic.Device.Power.SmartChargeManager+State
The SmartChargeState value indicating the current state, or null if the state
is invalid.
Remarks
See Also