Compartir a través de


BluetoothLEAdvertisementFilter.BytePatterns Propiedad

Definición

Obtiene un vector de patrones de bytes con desplazamientos para buscar coincidencias con las secciones de anuncios de un anuncio Bluetooth LE recibido.

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 de propiedad

Vector de patrones de bytes con desplazamientos para hacer coincidir las secciones de anuncios en un anuncio bluetooth LE recibido.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a

Consulte también