Refuses an outstanding PIN request.
Not supported on Windows XP
| C# | Visual Basic |
public static bool RefusePinRequest( BluetoothAddress device )
Public Shared Function RefusePinRequest ( _ device As BluetoothAddress _ ) As Boolean
- device (BluetoothAddress)
- Address of the requesting device.
[Missing <returns> documentation for "M:InTheHand.Net.Bluetooth.BluetoothSecurity.RefusePinRequest(InTheHand.Net.BluetoothAddress)"]
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)