Click or drag to resize

wclBluetoothRadioDoConfirm Method

Fires the OnConfirm event.

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

Parameters

Address  Int64
A remote device's MAC address.
Confirm  Boolean
An application must set this parameter to True to confirm pairing. Set it to False to reject pairing.
See Also