In The Hand
GetPinRequest Method
NamespacesInTheHand.Net.BluetoothBluetoothSecurityGetPinRequest()()()
.NET Components for Mobility
Retrieves the address of the Bluetooth peer device authentication that requires the PIN code.

Not supported on Windows XP

Declaration Syntax
C#Visual Basic
public static BluetoothAddress GetPinRequest()
Public Shared Function GetPinRequest As BluetoothAddress
Return Value
BluetoothAddress of the remote device, or null if there is no outstanding PIN request.
Remarks

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

“There can be multiple requests outstanding. After the event that is provided by the UI handler is signaled, the UI handler must call this function multiple times until the call fails.”

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

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