Click or drag to resize

Wifi802Dot11Mode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.ConfigurationWifi802Dot11Mode

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

The Wifi802Dot11Mode type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberWifi802Dot11Abg
Only the 802.11 mode (b/g/a) are anabled
Public propertyStatic memberWifi802Dot11Abgn
Only the 802.11 mode (b/g/n/a) are anabled
Public propertyStatic memberWifi802Dot11AllEnabled
All the 802.11 mode (b/g/n/a/ac) are anabled
Public propertyStatic memberWifi802Dot11B
Only the 802.11 mode (b) is anabled
Public propertyStatic memberWifi802Dot11Bg
Only the 802.11 mode (b/g) are anabled
Top
Methods
  NameDescription
Public methodStatic memberFromOrdinal
Retrieves the corresponding Wifi802Dot11Mode 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 Wifi802Dot11Mode defines the allowed values for settings property Wifi802Dot11Mode

[Android Documentation]

See Also