Freigeben über


BluetoothLEManufacturerData.CompanyId Eigenschaft

Definition

Der Bluetooth LE-Unternehmensbezeichnercode, der von der Bluetooth Special Interest Group (SIG) definiert ist.

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

Eigenschaftswert

UInt16

unsigned short

uint16_t

Der Bluetooth LE-Unternehmensbezeichnercode.

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für:

Weitere Informationen