BluetoothSilentPairingWhitelistingHasDevice Method |
Check if a device identified with the given name, MAC address or OUI ID 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 HasDevice (string macAddress, string deviceName);
Public Virtual Boolean HasDevice (String macAddress, String deviceName);
Parameters
- macAddress
- Type: System.String
String - deviceName
- Type: System.String
String
Return Value
Type: System.Boolean
boolean tells if the device is whitelisted.
Remarks
Check if a device identified with the given name, MAC address or OUI ID is whitelisted. The OUI ID is retrieved from the MAC address.
[Android Documentation]
See Also