Click or drag to resize

Wifi802Dot11Mode Class

Enum defines the allowed values for settings property
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.Wifi802Dot11Mode

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

The Wifi802Dot11Mode type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyWifi802Dot11Abg
To be added.
Public propertyWifi802Dot11Abgn
To be added.
Public propertyWifi802Dot11Abgnac
To be added.
Public propertyWifi802Dot11Abgnax
To be added.
Public propertyWifi802Dot11AllEnabled
To be added.
Public propertyWifi802Dot11B
To be added.
Public propertyWifi802Dot11Bg
To be added.
Top
Methods
NameDescription
Public methodFromOrdinal
Retrieves the corresponding Wifi802Dot11Mode value, from a valid integer.
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 Wifi802Dot11Mode defines the allowed values for settings property PropertyID.WIFI_802_DOT_11_MODE

[Android Documentation]

See Also