PropertyID.WifiBssidScanStableTime Field
|
The WIFI_BSSID_SCAN_STABLE_TIME (in seconds) means that after this period of time, the device will no longer scan this BSSID channel.
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 WifiBssidScanStableTime = "value"
Public Const WifiBssidScanStableTime As Int32 = "value"
Field Value
Type:
Int32
Remarks
The WIFI_BSSID_SCAN_STABLE_TIME (in seconds) means that after this period of time, the device will no longer scan this BSSID channel.
When a device moves between areas covered by multiple access points, it continuously scans for available networks
and evaluates their stability and signal strength. The device will clear the BSSID and its channel once it identifies
the BSSID last scan update time is more than the value of this parameter, so that the next roaming scan would scan updated BSSIDs.
The class of the property is NumericProperty
.
The allowed values are between 10 and 200.
[Android Documentation]
See Also