BluetoothLEAdvertisement.ManufacturerData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|