Click or drag to resize

BluetoothSilentPairingWhitelistingRemoveByOui Method

Remove from the whitelist a device with the given OUI ID.

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 RemoveByOui (string ouiIdentifier);

Parameters

ouiIdentifier
Type: System.String
String

Return Value

Type: System.Boolean
boolean retrieves true if the entry has been successfully removed from the whitelist; otherwise, false.

Remarks
Remove from the whitelist a device with the given OUI ID. If the entry doesn't exists, nothing happens and the method returns false.

[Android Documentation]

See Also

Reference