BluetoothSilentPairingWhitelistingHasByMac Method |
Check if a device identified with the given MAC Address 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
public virtual bool HasByMac (string macAddress);
Public Virtual Boolean HasByMac (String macAddress);
Parameters
- macAddress
- Type: System.String
String
Return Value
Type: System.Boolean
boolean tells if the device is whitelisted.
Remarks
See Also