BluetoothLEAdvertisementReceivedEventArgs.Advertisement Property

Definition

Gets the Bluetooth LE advertisement payload data received.

public:
 property BluetoothLEAdvertisement ^ Advertisement { BluetoothLEAdvertisement ^ get(); };
BluetoothLEAdvertisement Advertisement();
public BluetoothLEAdvertisement Advertisement { get; }
var bluetoothLEAdvertisement = bluetoothLEAdvertisementReceivedEventArgs.advertisement;
Public ReadOnly Property Advertisement As BluetoothLEAdvertisement

Property Value

The Bluetooth LE advertisement payload data received.

Windows requirements

App capabilities
bluetooth

Applies to

See also