BluetoothSilentPairingWhitelistingRemoveByMac Method |
Remove from the whitelist a device with the given MAC address.
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 RemoveByMac (string macAddress);
Public Virtual Boolean RemoveByMac (String macAddress);
Parameters
- macAddress
- 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 MAC address. If the entry doesn't exists, nothing happens and the method returns false.
[Android Documentation]
See Also