BluetoothSilentPairingWhitelistingAddByOui Method |
Whitelist a new device identified with the given OUI ID.
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 AddByOui (string ouiIdentifier);
Public Virtual Boolean AddByOui (String ouiIdentifier);
Parameters
- ouiIdentifier
- 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 OUI ID. If the entry already exists, the value will not be updated.
[Android Documentation]
See Also