Partager via


BluetoothLEManufacturerData.CompanyId Propriété

Définition

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

public:
 property unsigned short CompanyId { unsigned short get(); void set(unsigned short value); };
uint16_t CompanyId();

void CompanyId(uint16_t value);
public ushort CompanyId { get; set; }
var uInt16 = bluetoothLEManufacturerData.companyId;
bluetoothLEManufacturerData.companyId = uInt16;
Public Property CompanyId As UShort

Valeur de propriété

UInt16

unsigned short

uint16_t

Code d’identificateur d’entreprise Bluetooth LE.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à

Voir aussi