BluetoothSecurityPairRequest Method

Requests the pairing process for the specified device with the provided pin or numeric code.

Definition

Namespace: InTheHand.Net.Bluetooth
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static bool PairRequest(
	BluetoothAddress device,
	string pin = null
)

Parameters

device  BluetoothAddress

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

pin  String  (Optional)
Optional numeric pin.

Return Value

Boolean

[Missing <returns> documentation for "M:InTheHand.Net.Bluetooth.BluetoothSecurity.PairRequest(InTheHand.Net.BluetoothAddress,System.String)"]

See Also