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

적용 대상

추가 정보