Click or drag to resize

BluetoothSilentPairingWhitelistingHasByMac Method

Check if a device identified with the given MAC Address is whitelisted.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual bool HasByMac (string macAddress);

Parameters

macAddress
Type: System.String
String

Return Value

Type: System.Boolean
boolean tells if the device is whitelisted.

Remarks
Check if a device identified with the given MAC Address is whitelisted.

[Android Documentation]

See Also

Reference