BluetoothSecurity Class

Contains functionality to pair (and un-pair) Bluetooth devices.

Definition

Namespace: InTheHand.Net.Bluetooth
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class BluetoothSecurity
Inheritance
Object    BluetoothSecurity

Constructors

BluetoothSecurityInitializes a new instance of the BluetoothSecurity class

Methods

Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
PairRequest Requests the pairing process for the specified device with the provided pin or numeric code.
RemoveDevice Requests that the specified device is un-paired.
ToString
(Inherited from Object)

See Also