Click or drag to resize

wclBluetoothManagerDoPasskeyRequest Method

Fires the OnPasskeyRequest event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected internal virtual void DoPasskeyRequest(
	wclBluetoothRadio Radio,
	long Address,
	ref uint Passkey
)

Parameters

Radio  wclBluetoothRadio
A wclBluetoothRadio object represents a Bluetooth driver that fired the event.
Address  Int64
A remote device's MAC address.
Passkey  UInt32
A passkey provided by an application.
See Also