Condividi tramite


BluetoothLEAdvertisementBytePattern.Data Proprietà

Definizione

Modello di byte di dati dell'annuncio Bluetooth LE che corrisponde.

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

Valore della proprietà

Modello di byte di dati dell'annuncio Bluetooth LE che corrisponde.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a

Vedi anche