Поделиться через


BluetoothLEManufacturerData.CompanyId Свойство

Определение

Код идентификатора компании Bluetooth LE в соответствии с определением 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

Значение свойства

UInt16

unsigned short

uint16_t

Код идентификатора компании Bluetooth LE.

Требования к Windows

Возможности приложения
bluetooth

Применяется к

См. также раздел