TwclBluetoothLe16ServiceDataAdvertisement Class

The Bluetooth LE 16 bit UUID service advertisement.

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

The TwclBluetoothLe16ServiceDataAdvertisement type exposes the following members.

Show:
 NameDescription
Create(Word,TwclBluetoothLeAdvertisementFrameRawData)

Creates new Bluetooth LE advertisement object.

Top
Show:
 NameDescription
Data

Gets the service's daya.

Uuid

Gets the service's UUID. (Inherited from TwclBluetoothLe16ServiceAdvertisement.)

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 TwclBluetoothLe16ServiceAdvertisement.GetFrames(TwclBluetoothLeAdvertisementFrames).)

Leave

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

Top