Click or drag to resize

wclBluetoothManagerDoIoCapabilityRequest Method

Fires the OnIoCapabilityRequest event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected internal virtual void DoIoCapabilityRequest(
	wclBluetoothRadio Radio,
	long Address,
	ref wclBluetoothMitmProtection Mitm,
	ref wclBluetoothIoCapability IoCapability,
	ref bool OobPresent
)

Parameters

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