BluetoothLEAdvertisement.GetManufacturerDataByCompanyId(UInt16) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
|