Table of Contents

Class BluetoothLEManufacturerData

Namespace
nanoFramework.Device.Bluetooth.Advertisement
Assembly
nanoFramework.Device.Bluetooth.dll

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 class BluetoothLEManufacturerData
Inheritance
BluetoothLEManufacturerData
Inherited Members
Extension Methods

Constructors

BluetoothLEManufacturerData()

Creates a new BluetoothLEManufacturerData object.

public BluetoothLEManufacturerData()

BluetoothLEManufacturerData(ushort, Buffer)

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

public BluetoothLEManufacturerData(ushort companyId, Buffer data)

Parameters

companyId ushort

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

data Buffer

Bluetooth LE manufacturer-specific section data.

Properties

CompanyId

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

public ushort CompanyId { get; set; }

Property Value

ushort

Data

Bluetooth LE manufacturer-specific section data.

public Buffer Data { get; set; }

Property Value

Buffer