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
public virtual bool RemoveByOui (string ouiIdentifier);
Public Virtual Boolean 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