Click or drag to resize

WiFiType Class

The enumeration lists Wi-Fi types.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Info.WiFiType

Namespace: Com.Datalogic.Device.Info
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class WiFiType : Enum

The WiFiType type exposes the following members.

Properties
NameDescription
Public propertyAbg
Wi-Fi supports a/b/g.
Public propertyAbgn
Wi-Fi supports a/b/g/n.
Public propertyAbgnac
Wi-Fi supports a/b/g/n/ac.
Public propertyAbgnax
Wi-Fi supports a/b/g/n/ax.
Public propertyBg
Wi-Fi supports b/g.
Public propertyBgn
Wi-Fi supports b/g/n.
Public propertyJniPeerMembers
To be added.
Public propertyNone
No Wi-Fi chip has been detected.
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
The WiFiType enumeration lists Wi-Fi types.

[Android Documentation]

See Also