Share via


BluetoothLEAdvertisementDataSection.Data Property

Definition

The Bluetooth LE advertisement data payload.

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

Property Value

The Bluetooth LE advertisement data payload.

Windows requirements

App capabilities
bluetooth

Applies to

See also