Compartir a través de


BluetoothLEAdvertisementReceivedEventArgs.Advertisement Propiedad

Definición

Obtiene los datos de carga del anuncio bluetooth LE recibidos.

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

Valor de propiedad

Los datos de carga de anuncios bluetooth LE recibidos.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a

Consulte también