In The Hand
RefusePinRequest Method (device)
NamespacesInTheHand.Net.BluetoothBluetoothSecurityRefusePinRequest(BluetoothAddress)
.NET Components for Mobility
Refuses an outstanding PIN request.

Not supported on Windows XP

Declaration Syntax
C#Visual Basic
public static bool RefusePinRequest(
	BluetoothAddress device
)
Public Shared Function RefusePinRequest ( _
	device As BluetoothAddress _
) As Boolean
Parameters
device (BluetoothAddress)
Address of the requesting device.
Return Value

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

Remarks

On Windows CE platforms this calls BthRefusePINRequest, its MSDN remarks say:

“This function refuses an outstanding PIN request that is retrieved by [M:InTheHand.Net.Bluetooth.BluetoothSecurity.GetPinRequest()] function.”

See also GetPinRequest()()() and AnswerPinRequest(BluetoothAddress, String)

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