BluetoothSilentPairingWhitelistingAddByMac Method |
Whitelist a new device identified 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 AddByMac (string macAddress);
Public Virtual Boolean AddByMac (String macAddress);
Parameters
- macAddress
- Type: System.String
String
Return Value
Type: System.Boolean
boolean retrieves true if the entry has been successfully added to the whitelist; otherwise, false.
Remarks
Whitelist a new device identified with the given MAC address. If the entry already exists, the value will not be updated.
[Android Documentation]
See Also