次の方法で共有


BluetoothLEAdvertisementBytePattern.Data プロパティ

定義

一致する Bluetooth LE アドバタイズ データ バイト パターン。

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

プロパティ値

一致する Bluetooth LE アドバタイズ データ バイト パターン。

Windows の要件

アプリの機能
bluetooth

適用対象

こちらもご覧ください