BluetoothLEAdvertisement.GetManufacturerDataByCompanyId(UInt16) Metodo

Definizione

Restituisce un elenco di tutte le sezioni dei dati del produttore nel payload BluetoothLEAdvertisement corrispondente all'ID società specificato.

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)

Parametri

companyId
UInt16

unsigned short

uint16_t

Codice dell'identificatore della società definito dal Gruppo di interesse speciale Bluetooth (SIG).

Restituisce

Vettore di BluetoothLEManufacturerData contenuto nel payload.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a

Vedi anche