Share via


BluetoothLEAdvertisementBytePattern.Data Property

Definition

The Bluetooth LE advertisement data byte pattern to match.

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

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

Property Value

The Bluetooth LE advertisement data byte pattern to match.

Windows requirements

App capabilities
bluetooth

Applies to

See also