Click or drag to resize

wclBluetoothProtectionLevelRequestEvent Delegate

The OnProtectionLevelRequest event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclBluetoothProtectionLevelRequestEvent(
	Object Sender,
	wclBluetoothRadio Radio,
	long Address,
	out wclBluetoothLeProtectionLevel Protection
)

Parameters

Sender  Object
The object initiates the event.
Radio  wclBluetoothRadio
A wclBluetoothRadio object represents a Bluetooth driver that fired the event.
Address  Int64
A remote device's MAC address.
Protection  wclBluetoothLeProtectionLevel
Describes the required protection level provided by an application.
See Also