Click or drag to resize

PropertyID.WifiMacRandomization Field

This parameter enables/disables the random MAC feature.

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 WifiMacRandomization = "value"

Field Value

Type: Int32
Remarks
This parameter enables/disables the random MAC feature. This adds some security in case of public networks, as the device real MAC address is hidden and a randomly generated one is used instead. This can cause problems in case your device needs a fixed MAC address (for example, MAC authentication or specific DHCP rules).

The class of the property is BooleanProperty.

[Android Documentation]

See Also