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
|