BluetoothSilentPairingWhitelistingHasByOui Method |
Check if a device identified with the given 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 HasByOui (string ouiIdentifier);
Public Virtual Boolean HasByOui (String ouiIdentifier);
Parameters
- ouiIdentifier
- Type: System.String
String
Return Value
Type: System.Boolean
boolean tells if the device is whitelisted.
Remarks
See Also