Click or drag to resize

WiFiType Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.InfoWiFiType

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 sealed class WiFiType : Enum

The WiFiType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAbg
Wi-Fi supports a/b/g
Public propertyStatic memberAbgn
Wi-Fi supports a/b/g/n
Public propertyStatic memberBg
Wi-Fi supports b/g
Public propertyStatic memberBgn
Wi-Fi supports b/g/n
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberNone
No Wi-Fi chip has been detected
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
The WiFiType enumeration lists Wi-Fi types.

[Android Documentation]

See Also