Compartilhar via


BluetoothLEAdvertisementFilter.BytePatterns Propriedade

Definição

Obtém um vetor de padrões de bytes com deslocamentos para corresponder a seções de anúncio em um anúncio le Bluetooth recebido.

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)

Valor da propriedade

Um vetor de padrões de bytes com deslocamentos para corresponder a seções de anúncio em um anúncio le Bluetooth recebido.

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a

Confira também