다음을 통해 공유


BluetoothLEAdvertisement.GetManufacturerDataByCompanyId(UInt16) 메서드

정의

BluetoothLEAdvertisement 페이로드에서 지정된 회사 ID와 일치하는 모든 제조업체 데이터 섹션 목록을 반환합니다.

public:
 virtual IVectorView<BluetoothLEManufacturerData ^> ^ GetManufacturerDataByCompanyId(unsigned short companyId) = GetManufacturerDataByCompanyId;
IVectorView<BluetoothLEManufacturerData> GetManufacturerDataByCompanyId(uint16_t const& companyId);
public IReadOnlyList<BluetoothLEManufacturerData> GetManufacturerDataByCompanyId(ushort companyId);
function getManufacturerDataByCompanyId(companyId)
Public Function GetManufacturerDataByCompanyId (companyId As UShort) As IReadOnlyList(Of BluetoothLEManufacturerData)

매개 변수

companyId
UInt16

unsigned short

uint16_t

Bluetooth SIG(특수 관심 그룹)에서 정의한 회사 식별자 코드입니다.

반환

페이로드 내에 포함된 BluetoothLEManufacturerData 의 벡터입니다.

Windows 요구 사항

앱 기능
bluetooth

적용 대상

추가 정보