Bagikan melalui


BluetoothLEAdvertisementBytePattern.Data Properti

Definisi

Pola byte data iklan LE Bluetooth yang cocok.

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

Nilai Properti

Pola byte data iklan LE Bluetooth yang cocok.

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Berlaku untuk

Lihat juga