Click or drag to resize

wclBluetoothRadioDoOobDataRequest Method

Fires the OnOobDataRequest event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoOobDataRequest(
	long Address,
	ref wclBluetoothOobData OobData
)

Parameters

Address  Int64
A remote device's MAC address.
OobData  wclBluetoothOobData
An application must set this parameter to the Out Of Band data received from peer device.
See Also