Click or drag to resize

wclBluetoothIoCapabilityRequestEvent Delegate

The OnIoCapabilityRequest event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclBluetoothIoCapabilityRequestEvent(
	Object Sender,
	wclBluetoothRadio Radio,
	long Address,
	out wclBluetoothMitmProtection Mitm,
	out wclBluetoothIoCapability IoCapability,
	out bool OobPresent
)

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.
Mitm  wclBluetoothMitmProtection
An application sets this parameter to specify the "Man in the Middle" protection required for authentication.
IoCapability  wclBluetoothIoCapability
An application sets this parameter to define the input/output capabilities of a Bluetooth Device.
OobPresent  Boolean
An application sets this parameter to True to force Out Of Band authentication.
See Also