共用方式為


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

適用於

另請參閱