In The Hand
SetPin Method (device, pin)
NamespacesInTheHand.Net.SocketsBluetoothListenerSetPin(BluetoothAddress, String)
.NET Components for Mobility
Set or change the PIN to be used with a specific remote device.
Declaration Syntax
C#Visual Basic
public void SetPin(
	BluetoothAddress device,
	string pin
)
Public Sub SetPin ( _
	device As BluetoothAddress, _
	pin As String _
)
Parameters
device (BluetoothAddress)
Address of Bluetooth device.
pin (String)
PIN string consisting of 1 to 16 ASCII characters.
Remarks
Assigning null (Nothing in VB) or an empty String will revoke the PIN.

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