Click or drag to resize

wclBluetoothLe128ServiceAdvertisementGetFrames Method

Builds the Bluetooth LE advertisement frames array that contains raw data of the Bluetooth LE advertisement.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public override void GetFrames(
	out wclBluetoothLeAdvertisementFrame[] Frames
)

Parameters

Frames  wclBluetoothLeAdvertisementFrame
On output contains the Bluetooth LE advertisement frames array representing the current advertisement data.
Remarks
A derived class must override this method.
See Also