BluetoothLEAdvertisement.GetManufacturerDataByCompanyId(UInt16) Méthode

Définition

Retourne une liste de toutes les sections de données du fabricant dans la charge utile BluetoothLEAdvertisement correspondant à l’ID d’entreprise spécifié.

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)

Paramètres

companyId
UInt16

unsigned short

uint16_t

Code d’identificateur d’entreprise défini par le groupe d’intérêt spécial (SIG) Bluetooth.

Retours

Vecteur de BluetoothLEManufacturerData contenu dans la charge utile.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à

Voir aussi