BluetoothLEAdvertisement.GetManufacturerDataByCompanyId(UInt16) 方法

定義

傳回 藍牙LEAdvertisement 承載中符合指定公司識別碼的所有制造商資料區段清單。

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

藍牙特殊興趣群組所定義的公司識別碼代碼 (SIG) 。

傳回

BluetoothLEManufacturerData的向量,包含在承載中。

Windows 需求

應用程式功能
bluetooth

適用於

另請參閱