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
|