Click or drag to resize

wclBluetoothManagerDoConfirm Method

Fires the OnConfirm event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected internal virtual void DoConfirm(
	wclBluetoothRadio Radio,
	long Address,
	ref bool Confirm
)

Parameters

Radio  wclBluetoothRadio
A wclBluetoothRadio object represents a Bluetooth driver that fired the event.
Address  Int64
A remote device's MAC address.
Confirm  Boolean
An application must set this parameter to True to confirm a pairing. Set it to False to reject pairing.
See Also