次の方法で共有


BluetoothLEAdvertisement.GetSectionsByType(Byte) メソッド

定義

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)

パラメーター

type
Byte

byte

広告セクションの種類

戻り値

指定されたアドバタイズの種類に一致するすべての BluetoothLEAdvertisementDataSection のベクトル。 ペイロードにそのようなセクションが見つからない場合、このメソッドは空のリストを返します。

Windows の要件

アプリの機能
bluetooth

適用対象

こちらもご覧ください