In The Hand
PairRequest Method (device, pin)
NamespacesInTheHand.Net.BluetoothIBluetoothSecurityPairRequest(BluetoothAddress, String)
.NET Components for Mobility
Intiates pairing for a remote device.
Declaration Syntax
C#Visual Basic
bool PairRequest(
	BluetoothAddress device,
	string pin
)
Function PairRequest ( _
	device As BluetoothAddress, _
	pin As String _
) As Boolean
Parameters
device (BluetoothAddress)
Remote device with which to pair.
pin (String)
Chosen PIN code, must be between 1 and 16 ASCII characters.
Return Value
Whether the operation was successful.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 2.4.0.0