Click or drag to resize

WifiPowerSave Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.ConfigurationWifiPowerSave

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 WifiPowerSave : Enum

The WifiPowerSave type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberWifiPowerSaveDisabled
Power Save mode disabled.
Public propertyStatic memberWifiPowerSaveEnabled
Power Save mode enabled with default power consumpsion level.
Public propertyStatic memberWifiPowerSaveEnabledVoipCalls
Power Save mode enabled with power consumpsion level set to avoid performance degradation in the VoIP call .
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding WifiPowerSave value, from a valid integer.
Public methodToInt
Converts the WifiPowerSave to its integer corresponding value.
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 WifiPowerSave defines the allowed values for settings property WifiPowerSave

[Android Documentation]

See Also