BluetoothLEManufacturerData BluetoothLEManufacturerData BluetoothLEManufacturerData BluetoothLEManufacturerData Class

Definition

A Bluetooth LE manufacturer-specific data section (one particular type of LE advertisement section). A Bluetooth LE advertisement packet can contain multiple instances of these BluetoothLEManufacturerData objects.

public : sealed class BluetoothLEManufacturerData : IBluetoothLEManufacturerDatapublic sealed class BluetoothLEManufacturerData : IBluetoothLEManufacturerDataPublic NotInheritable Class BluetoothLEManufacturerData Implements IBluetoothLEManufacturerData// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

BluetoothLEManufacturerData() BluetoothLEManufacturerData() BluetoothLEManufacturerData() BluetoothLEManufacturerData()

Creates a new BluetoothLEManufacturerData object.

public : BluetoothLEManufacturerData()public BluetoothLEManufacturerData()Public Sub New()// You can use this method in JavaScript.
See Also

BluetoothLEManufacturerData(UInt16, IBuffer) BluetoothLEManufacturerData(UInt16, IBuffer) BluetoothLEManufacturerData(UInt16, IBuffer) BluetoothLEManufacturerData(UInt16, IBuffer)

Creates a new BluetoothLEManufacturerData object with a company identifier code and manufacterer-specific section data.

public : BluetoothLEManufacturerData(unsigned short companyId, IBuffer data)public BluetoothLEManufacturerData(UInt16 companyId, IBuffer data)Public Sub New(companyId As UInt16, data As IBuffer)// You can use this method in JavaScript.
Parameters
companyId
unsigned short UInt16 UInt16 UInt16

The Bluetooth LE company identifier code as defined by the Bluetooth Special Interest Group (SIG).

data
IBuffer IBuffer IBuffer IBuffer

Bluetooth LE manufacturer-specific section data.

Properties

CompanyId CompanyId CompanyId CompanyId

The Bluetooth LE company identifier code as defined by the Bluetooth Special Interest Group (SIG).

public : ushort CompanyId { get; set; }public ushort CompanyId { get; set; }Public ReadWrite Property CompanyId As ushort// You can use this property in JavaScript.
Value
ushort ushort ushort ushort

The Bluetooth LE company identifier code.

Data Data Data Data

Bluetooth LE manufacturer-specific section data.

public : IBuffer Data { get; set; }public IBuffer Data { get; set; }Public ReadWrite Property Data As IBuffer// You can use this property in JavaScript.
Value
IBuffer IBuffer IBuffer IBuffer

Bluetooth LE manufacturer-specific section data.