Click or drag to resize

wclBluetoothLeAdvertiserItem Property

Gets the Bluetooth LE advertisement object by its index.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclBluetoothLeAdvertisement this[
	int Index
] { get; }

Parameters

Index  Int32
The advertisement index. The Index must be in range between 0 and Count - 1.

Property Value

wclBluetoothLeAdvertisement
The Bluetooth LE advertisement object.
Exceptions
ExceptionCondition
wclEInvalidArgument
See Also