次の方法で共有


BluetoothLEAdvertisementFilter.BytePatterns プロパティ

定義

受信した Bluetooth LE アドバタイズ内のアドバタイズ セクションと一致するオフセットを持つバイト パターンのベクターを取得します。

public:
 property IVector<BluetoothLEAdvertisementBytePattern ^> ^ BytePatterns { IVector<BluetoothLEAdvertisementBytePattern ^> ^ get(); };
IVector<BluetoothLEAdvertisementBytePattern> BytePatterns();
public IList<BluetoothLEAdvertisementBytePattern> BytePatterns { get; }
var iVector = bluetoothLEAdvertisementFilter.bytePatterns;
Public ReadOnly Property BytePatterns As IList(Of BluetoothLEAdvertisementBytePattern)

プロパティ値

受信した Bluetooth LE アドバタイズ内のアドバタイズ セクションに一致するオフセットを持つバイト パターンのベクトル。

Windows の要件

アプリの機能
bluetooth

適用対象

こちらもご覧ください