Click or drag to resize

wclBluetoothRadioDoIoCapabilityRequest Method

Fires the OnIoCapabilityRequest event.

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

Parameters

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