BluetoothLEAdvertisementDataSection.Data Proprietà

Definizione

Payload dei dati dell'annuncio 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

Valore della proprietà

Payload dei dati dell'annuncio Bluetooth LE.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a

Vedi anche