BluetoothLEAdvertisement.GetSectionsByType(Byte) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
|