次の方法で共有


BluetoothLEManufacturerData.CompanyId プロパティ

定義

Bluetooth 特別利益グループ (SIG) で定義されている Bluetooth LE 会社識別子コード。

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

プロパティ値

UInt16

unsigned short

uint16_t

Bluetooth LE 企業識別子コード。

Windows の要件

アプリの機能
bluetooth

適用対象

こちらもご覧ください