PropertyID.WifiScanInterval Field
|
Interval between scans when the device is on and disconnected.
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 const Int32 WifiScanInterval = "value"
Public Const WifiScanInterval As Int32 = "value"
Field Value
Type:
Int32
Remarks
Interval between scans when the device is on and disconnected.
Scan interval and Scan interval max control the Wi-Fi scan intervals when the device has the screen on and
it is not connected to any Wi-Fi network. The scans are issued in this way: the first scan is done when
the device is woken up from a standby state, then the next scans are done in an exponential backoff fashion.
The second scan will be done after x seconds, then after 2 * x, then 4 * x... and so on, until it reaches
the maximum value defined by
WIFI_SCAN_INTERVAL_MAX
.
The class of the property is NumericProperty
.
[Android Documentation]
See Also