BluetoothSecurityRemoveDevice Method

Requests that the specified device is un-paired.

Definition

Namespace: InTheHand.Net.Bluetooth
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static bool RemoveDevice(
	BluetoothAddress device
)

Parameters

device  BluetoothAddress

[Missing <param name="device"/> documentation for "M:InTheHand.Net.Bluetooth.BluetoothSecurity.RemoveDevice(InTheHand.Net.BluetoothAddress)"]

Return Value

Boolean

[Missing <returns> documentation for "M:InTheHand.Net.Bluetooth.BluetoothSecurity.RemoveDevice(InTheHand.Net.BluetoothAddress)"]

See Also