Click or drag to resize

WifiBandSelection Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.ConfigurationWifiBandSelection

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

The WifiBandSelection type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberWifiBand24Ghz
Only 2.
Public propertyStatic memberWifiBand5Ghz
Only 5GHz band is enabled
Public propertyStatic memberWifiBandBothEnabled
2.
Top
Methods
  NameDescription
Public methodStatic memberFromOrdinal
Retrieves the corresponding WifiBandSelection value, from a valid integer.
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 WifiBandSelection defines the allowed values for settings property WifiBandSelection

[Android Documentation]

See Also