Compartilhar via


BluetoothLEManufacturerData.CompanyId Propriedade

Definição

O código do identificador da empresa Bluetooth LE, conforme definido pelo SIG (Grupo de Interesse Especial) bluetooth.

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

Valor da propriedade

UInt16

unsigned short

uint16_t

O código do identificador da empresa Bluetooth LE.

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a

Confira também