Click or drag to resize

WifiRoamingProfile Class

Enum defines the Roaming profiles that can be used for settings property
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.WifiRoamingProfile

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 class WifiRoamingProfile : Enum

The WifiRoamingProfile type exposes the following members.

Properties
NameDescription
Public propertyAggressive
Agressive Roaming profile.
Public propertyCustom
Custom Roaming profile: the values of the Roaming settings will be applied unsing the values of Roaming RSSI Threshold and Roaming RSSI Difference settings.
Public propertyJniPeerMembers
To be added.
Public propertyLegacy
Legacy Roaming profile.
Public propertySlow
Slow Roaming profile.
Public propertyStandard
Standard Roaming profile.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Enum WifiRoamingProfile defines the Roaming profiles that can be used for settings property PropertyID.WIFI_ROAMING_PROFILE

[Android Documentation]

See Also