Click or drag to resize

WifiNoInternetExpected Class

The enumeration defines the behaviour when the current connection doesn't have an Internet connection.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.WifiNoInternetExpected

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

The WifiNoInternetExpected type exposes the following members.

Properties
NameDescription
Public propertyDontReconnect
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyReconnectQuiet
To be added.
Public propertyReconnectVerbose
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding WifiNoInternetExpected value, from a valid integer.
Public methodToInt
Converts the WifiNoInternetExpected to its integer corresponding value.
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 WifiNoInternetExpected enumeration defines the behaviour when the current connection doesn't have an Internet connection.

[Android Documentation]

See Also