BluetoothLEAdvertisementFilter.BytePatterns 属性

定义

获取具有偏移量的字节模式向量,以匹配接收的蓝牙 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)

属性值

具有偏移量的字节模式矢量,用于匹配接收的蓝牙 LE 播发中的播发部分。

Windows 要求

应用功能
bluetooth

适用于

另请参阅