TwclGattLocalAttribute Class

The base class for local GATT attributes (characteristics, services).

Namespace: wclBluetooth
type
 TwclGattLocalAttribute = class
 end;

The TwclGattLocalAttribute type exposes the following members.

Show:
 NameDescription
Create(TwclGattUuid)

Creates new local GATT attribute.

Destroy

Frees the object.

Top
Show:
 NameDescription
Uuid

Gets the attribute's UUID.

Top
Show:
 NameDescription
Enter

Enters the GATT local attribute protection critical section.

Leave

Leaves the GATT local attribute protection critical section.

Top