Click or drag to resize

OffChargingModePolicy Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.ConfigurationOffChargingModePolicy

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class OffChargingModePolicy : Enum

The OffChargingModePolicy type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAlwaysPowerOff
Always power off.
Public propertyStatic memberAlwaysPowerOnOnThreshold
Always power on when the charge threshold is reached.
Public propertyStatic memberAlwaysPowerOnOnThresholdWhileInCradle
Always power on when the charge threshold is reached and the device is placed in the cradle.
Public propertyJniPeerMembers
To be added.
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
Enum OffChargingModePolicy defines the behaviors that the device can assume while it is turned off and is being charged. These values are used by property PowerOffChargingModePolicy

[Android Documentation]

See Also