Freigeben über


BluetoothLEAdvertisement.GetManufacturerDataByCompanyId(UInt16) Methode

Definition

Gibt eine Liste aller Herstellerdatenabschnitte in der BluetoothLEAdvertisement-Nutzlast zurück, die der angegebenen Unternehmens-ID entspricht.

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

Der von der Bluetooth Special Interest Group (SIG) definierte Unternehmensbezeichnercode.

Gibt zurück

Ein Vektor von BluetoothLEManufacturerData , der in der Nutzlast enthalten ist.

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für:

Weitere Informationen