Bluetooth Framework C++ Edition
Public Member Functions | Protected Member Functions | List of all members
CwclGattLocalAttribute Class Reference

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

#include <wclBluetooth.h>

Inheritance diagram for CwclGattLocalAttribute:
CwclGattLocalCharacteristic CwclGattLocalService

Public Member Functions

 CwclGattLocalAttribute (const wclGattUuid &Uuid)
 Creates new local GATT attribute.
 
virtual ~CwclGattLocalAttribute ()
 Frees the object.
 
wclGattUuid GetUuid () const
 Gets the attribute's UUID.
 
 __declspec (property(get=GetUuid)) wclGattUuid Uuid
 Gets the attribute's UUID.
 

Protected Member Functions

void Enter () const
 Enters the GATT local attribute protection critical section.
 
void Leave () const
 Leaves the GATT local attribute protection critical section.
 

Detailed Description

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