TwclBluetoothLeManufacturerAdvertisement Class

The Bluetooth LE custom manufacturer specific advertisement.

Namespace: wclBluetooth
TObject
  wclBluetooth.TwclBluetoothLeAdvertisement
    wclBluetooth.TwclBluetoothLeManufacturerAdvertisement
type
 TwclBluetoothLeManufacturerAdvertisement = class(TwclBluetoothLeAdvertisement)
 end;

The TwclBluetoothLeManufacturerAdvertisement type exposes the following members.

Show:
 NameDescription
Create(Word,TwclBluetoothLeAdvertisementFrameRawData)

Creates new Bluetooth LE advertisement object.

Top
Show:
 NameDescription
CompanyId

Gets the manufacturer company ID.

Data

Gets the advertisement raw data.

Top
Show:
 NameDescription
Enter

Enters the advertisement data protection critical section. (Inherited from TwclBluetoothLeAdvertisement.)

GetFrames(TwclBluetoothLeAdvertisementFrames)

Builds the Bluetooth LE advertisement frames array that contains raw data of the Bluetooth LE advertisement. (Overrides TwclBluetoothLeAdvertisement.GetFrames(TwclBluetoothLeAdvertisementFrames).)

Leave

Leaves the advertisement data protection critical section. (Inherited from TwclBluetoothLeAdvertisement.)

Top