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

적용 대상

추가 정보