BluetoothLEAdvertisement.GetSectionsByType(Byte) Metodo

Definizione

Restituisce un elenco di sezioni di dati pubblicitari che corrispondono a un determinato tipo di sezione annuncio in un BluetoothLEAdvertisement.

public:
 virtual IVectorView<BluetoothLEAdvertisementDataSection ^> ^ GetSectionsByType(byte type) = GetSectionsByType;
IVectorView<BluetoothLEAdvertisementDataSection> GetSectionsByType(byte const& type);
public IReadOnlyList<BluetoothLEAdvertisementDataSection> GetSectionsByType(byte type);
function getSectionsByType(type)
Public Function GetSectionsByType (type As Byte) As IReadOnlyList(Of BluetoothLEAdvertisementDataSection)

Parametri

type
Byte

byte

Tipo di sezione annuncio

Restituisce

Vettore di tutti i dati BluetoothLEAdvertisementDataSection corrispondenti al tipo di annuncio specificato. Questo metodo restituisce un elenco vuoto se non sono presenti sezioni di questo tipo nel payload.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a

Vedi anche