BluetoothLEManufacturerData.CompanyId 属性

定义

蓝牙特殊兴趣组定义的蓝牙 LE 公司标识符代码 (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

属性值

UInt16

unsigned short

uint16_t

蓝牙 LE 公司标识符代码。

Windows 要求

应用功能
bluetooth

适用于

另请参阅