Bagikan melalui


BluetoothLEManufacturerData.CompanyId Properti

Definisi

Kode pengidentifikasi perusahaan Bluetooth LE sebagaimana didefinisikan oleh Bluetooth Special Interest Group (SIG).

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

Nilai Properti

UInt16

unsigned short

uint16_t

Kode pengidentifikasi perusahaan Bluetooth LE.

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Berlaku untuk

Lihat juga