Click or drag to resize

BluetoothSilentPairingWhitelistingHasByOui Method

Check if a device identified with the given OUI ID 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 HasByOui (string ouiIdentifier);

Parameters

ouiIdentifier
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 OUI ID is whitelisted.

[Android Documentation]

See Also

Reference