Click or drag to resize

WifiRoamingProfile Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.ConfigurationWifiRoamingProfile

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

The WifiRoamingProfile type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAggressive
Agressive Roaming profile.
Public propertyStatic memberCustom
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 propertyStatic memberSlow
Slow Roaming profile.
Public propertyStatic memberStandard
Standard Roaming profile.
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 WifiRoamingProfile defines the Roaming profiles that can be used for settings property WifiRoamingProfile

[Android Documentation]

See Also