Share via


BluetoothLEManufacturerData.CompanyId Propiedad

Definición

El código de identificador de la empresa Bluetooth LE tal y como se define en el Grupo de interés especial (SIG) de 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 de propiedad

UInt16

unsigned short

uint16_t

El código de identificador de la empresa Bluetooth LE.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a

Consulte también