Click or drag to resize

BluetoothSilentPairingWhitelisting Class

BluetoothSilentPairingWhitelistingPropertyID.BT_SILENT_PAIRING_WHITELISTING
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.BluetoothSilentPairingWhitelisting

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BluetoothSilentPairingWhitelisting : SerializableBlob

The BluetoothSilentPairingWhitelisting type exposes the following members.

Constructors
NameDescription
Public methodBluetoothSilentPairingWhitelisting
Initializes a new instance of the BluetoothSilentPairingWhitelisting class
Public methodBluetoothSilentPairingWhitelisting
Initializes a new instance of the BluetoothSilentPairingWhitelisting class
Public methodBluetoothSilentPairingWhitelisting
Initializes a new instance of the BluetoothSilentPairingWhitelisting class
Top
Properties
NameDescription
Public propertyByMac
To be added.
Public propertyByName
To be added.
Public propertyByOui
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodAddByMac
Whitelist a new device identified with the given MAC address.
Public methodAddByName
Whitelist a new device identified with the given name.
Public methodAddByOui
Whitelist a new device identified with the given OUI ID.
Public methodClear
Revoke all whitelisted devices.
Public methodGet
Retrieve a map containing all whitelisted devices.
Public methodHasByMac
Check if a device identified with the given MAC Address is whitelisted.
Public methodHasByName
Check if a device identified with the given name is whitelisted.
Public methodHasByOui
Check if a device identified with the given OUI ID is whitelisted.
Public methodHasDevice
Check if a device identified with the given name, MAC address or OUI ID is whitelisted.
Public methodRemoveByMac
Remove from the whitelist a device with the given MAC address.
Public methodRemoveByName
Remove from the whitelist a device with the given name.
Public methodRemoveByOui
Remove from the whitelist a device with the given OUI ID.
Top
Remarks
BluetoothSilentPairingWhitelisting implements the class that manages the silent pairing devices whitelisting. The class is managed by the ConfigurationManager BlobProperty PropertyID.BT_SILENT_PAIRING_WHITELISTING.

[Android Documentation]

See Also