Bagikan melalui


BluetoothLEAdvertisement.GetManufacturerDataByCompanyId(UInt16) Metode

Definisi

Mengembalikan daftar semua bagian data produsen di payload BluetoothLEAdvertisement yang cocok dengan ID perusahaan yang ditentukan.

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)

Parameter

companyId
UInt16

unsigned short

uint16_t

Kode pengidentifikasi perusahaan yang ditentukan oleh Bluetooth Special Interest Group (SIG).

Mengembalikan

Vektor BluetoothLEManufacturerData yang terkandung dalam payload.

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Berlaku untuk

Lihat juga