Click or drag to resize

BluetoothSilentPairingWhitelistingHasByName Method

Check if a device identified with the given name 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 HasByName (string deviceName);

Parameters

deviceName
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 name is whitelisted.

[Android Documentation]

See Also

Reference