BluetoothLEManufacturerData.CompanyId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Bluetooth LE company identifier code as defined by the 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
Property Value
The Bluetooth LE company identifier code.
Windows requirements
App capabilities |
bluetooth
|