次の方法で共有


BluetoothLEAdvertisement.GetManufacturerDataByCompanyId(UInt16) メソッド

定義

指定した会社 ID と一致する BluetoothLEAdvertisement ペイロード内のすべての製造元データ セクションの一覧を返します。

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

適用対象

こちらもご覧ください