Partager via


BluetoothLEAdvertisementDataSection.Data Propriété

Définition

Charge utile des données de publication 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

Valeur de propriété

Charge utile des données de publication Bluetooth LE.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à

Voir aussi