Condividi tramite


BluetoothLEAdvertisementFilter.BytePatterns Proprietà

Definizione

Ottiene un vettore di modelli di byte con offset per corrispondere alle sezioni pubblicitarie in un annuncio Bluetooth LE ricevuto.

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)

Valore della proprietà

Vettore di modelli di byte con offset per corrispondere alle sezioni pubblicitarie in un annuncio Bluetooth LE ricevuto.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a

Vedi anche