Dela via


BluetoothLEManufacturerData.Data Property

Definition

Bluetooth LE manufacturer-specific section data.

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

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

Property Value

Bluetooth LE manufacturer-specific section data.

Windows requirements

App capabilities
bluetooth

Applies to

See also