Compartir a través de


BluetoothLEAdvertisementDataSection.Data Propiedad

Definición

La carga de datos de anuncios de Bluetooth LE.

public:
 property IBuffer ^ Data { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Data();

void Data(IBuffer value);
public IBuffer Data { get; set; }
var iBuffer = bluetoothLEAdvertisementDataSection.data;
bluetoothLEAdvertisementDataSection.data = iBuffer;
Public Property Data As IBuffer

Valor de propiedad

La carga de datos de anuncios de Bluetooth LE.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a

Consulte también