Click or drag to resize

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
C#
VB
public const Int32 WifiBssidScanStableTime = "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