BluetoothLEAdvertisement.ManufacturerData Property

Definition

Gets the list of manufacturer-specific data sections in a BluetoothLEAdvertisement.

public:
 property IVector<BluetoothLEManufacturerData ^> ^ ManufacturerData { IVector<BluetoothLEManufacturerData ^> ^ get(); };
IVector<BluetoothLEManufacturerData> ManufacturerData();
public IList<BluetoothLEManufacturerData> ManufacturerData { get; }
var iVector = bluetoothLEAdvertisement.manufacturerData;
Public ReadOnly Property ManufacturerData As IList(Of BluetoothLEManufacturerData)

Property Value

The list of manufacturer-specific data sections.

Windows requirements

App capabilities
bluetooth

Applies to