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

適用於

另請參閱